Fix misspelling (#206)

This commit is contained in:
Gabriel Caruso 2018-02-05 11:01:13 -02:00 committed by Richard Littauer
parent 14ea0820c8
commit d8c55ae8c5
1 changed files with 1 additions and 1 deletions

View File

@ -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