From 5d2160f654c63ba1bf7ef11aa50b5b2d47cfc3b9 Mon Sep 17 00:00:00 2001 From: Ian MacIntosh Date: Fri, 25 Mar 2016 14:12:14 -0400 Subject: [PATCH] rm: fix typo ("it's" should be "its") --- pages/common/rm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/rm.md b/pages/common/rm.md index 56f4881eb..c845ac27f 100644 --- a/pages/common/rm.md +++ b/pages/common/rm.md @@ -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}}`