fix: fixed whitespace (#20350)

This commit is contained in:
babybuttons
2018-10-27 13:24:51 -07:00
committed by Huyen Nguyen
parent 8546a67ac7
commit b79f0a407a

View File

@ -7,7 +7,7 @@ The `git checkout` command switches between branches or restores working tree fi
### Checkout a specific commit
to checkout a specific commit, run the command :
to checkout a specific commit, run the command:
```shell
git checkout specific-commit-id
```