From e725b5bd92b19d23133ced2d45bbd84567448c30 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 29 Dec 2017 23:50:11 -0500 Subject: [PATCH] Fix typo in commands.md --- help/commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help/commands.md b/help/commands.md index 2413f959..46a24df1 100644 --- a/help/commands.md +++ b/help/commands.md @@ -156,7 +156,7 @@ Note that a git repository must be cloned with SSH if you want to use SSH with i ### Dealing with Archives -- Zip all files in a directotry: `zip -r ` +- Zip all files in a directory: `zip -r ` - View the contents of rar files: `unrar lb ` - Extract the contents of rar files: `unrar x ` - Extract the contents of zip files: `unzip `