1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 17:36:23 +02:00

Merge pull request #833 from ianjmacintosh/rm-typo

rm: fix typo ("it's" should be "its")
This commit is contained in:
Igor Shubovych 2016-03-25 21:52:53 +02:00
commit 0a2bb9dbb4

View file

@ -6,7 +6,7 @@
`rm {{/path/to/file}} {{/otherpath/to/file2}}`
- Remove recursively a directory and all it's subdirectories:
- Remove recursively a directory and all its subdirectories:
`rm -r {{/path/to/folder}}`