From b79f0a407a46901a45b565c522777da311ea10bd Mon Sep 17 00:00:00 2001 From: babybuttons Date: Sat, 27 Oct 2018 13:24:51 -0700 Subject: [PATCH] fix: fixed whitespace (#20350) --- guide/english/git/git-checkout/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```