From d8c55ae8c5b42cfaabcc3ed4ecb1f2e544a5fe67 Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Mon, 5 Feb 2018 11:01:13 -0200 Subject: [PATCH] Fix misspelling (#206) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8847b3f..a2160c7 100644 --- a/README.md +++ b/README.md @@ -1179,7 +1179,7 @@ You would usually specify an exact path, but you may also use wild cards in the $ git log -- **/*.js ``` -While using wildcards, it's useful to inform `--name-status` to see the list of commited files: +While using wildcards, it's useful to inform `--name-status` to see the list of committed files: ```sh $ git log --name-status -- **/*.js