From 301b4362202e9f9c76a6ec13a08f3caedfed5c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrew=20Marcinkevi=C4=8Dius?= Date: Sat, 19 Mar 2016 19:53:06 +0200 Subject: [PATCH] Fix typo: typess => types --- Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands.md b/Commands.md index f7c0071..d463cae 100644 --- a/Commands.md +++ b/Commands.md @@ -440,7 +440,7 @@ To export it to `.gitignore` file you can use the following options: $ git ignore-io vim python ``` -For efficiency, `git ignore-io` store all available typess at `~/.gi_list`. +For efficiency, `git ignore-io` store all available types at `~/.gi_list`. To list all the available types: * `-l` or `-L` : These two options will show the list in different format. Just try it.