1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 13:15:25 +02:00

rm: fix typo ("it's" should be "its")

This commit is contained in:
Ian MacIntosh 2016-03-25 14:12:14 -04:00
parent 5138fe9dda
commit 5d2160f654

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}}`