From 190bfd6aa60022afd0ef830342cfb07e33c45f37 Mon Sep 17 00:00:00 2001 From: Lukasz Kokot Date: Sun, 28 Oct 2018 20:55:22 -0400 Subject: Fix spelling and grammar in docs and example Signed-off-by: Lukasz Kokot --- _examples/checkout/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_examples/checkout/main.go') diff --git a/_examples/checkout/main.go b/_examples/checkout/main.go index 2c54550..5969eb4 100644 --- a/_examples/checkout/main.go +++ b/_examples/checkout/main.go @@ -38,8 +38,8 @@ func main() { }) CheckIfError(err) - // ... retrieving the commit being pointed by HEAD, it's shows that the - // repository is poiting to the giving commit in detached mode + // ... retrieving the commit being pointed by HEAD, it shows that the + // repository is pointing to the giving commit in detached mode Info("git show-ref --head HEAD") ref, err = r.Head() CheckIfError(err) -- cgit