Correction as as suggested by code reviews

This commit is contained in:
Joseph Khafaji [UK] 2018-11-04 20:02:02 +00:00
parent 54a124f98a
commit b4e0503956
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ Sometimes we have one or more files that accidentally ended up being staged, and
$ git reset -- <filename>
```
this result in unstaging the file and make it look like it's untracked.
this results in unstaging the file and make it look like it's untracked.
## Branches