Skip to content

Commit

Permalink
Fix misspelling (k88hudson#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
carusogabriel authored and RichardLitt committed Feb 5, 2018
1 parent 14ea082 commit d8c55ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8c55ae

Please sign in to comment.