diff --git a/guide/english/git/git-checkout/index.md b/guide/english/git/git-checkout/index.md index 49cd75daee..49ea1aba82 100644 --- a/guide/english/git/git-checkout/index.md +++ b/guide/english/git/git-checkout/index.md @@ -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 ```