From d55024c82a45f0cb874fe450548b889cd384865f Mon Sep 17 00:00:00 2001 From: Stephen <38697987+SDempsey24@users.noreply.github.com> Date: Sat, 24 Nov 2018 00:24:34 +0000 Subject: [PATCH] Added the correct word on line 31. (#31824) * Added the correct word on line 31. It said "One of does files" instead of "One of those files". * fix: corrected grammar --- guide/english/go/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/go/index.md b/guide/english/go/index.md index bf5f4121ba..332bf7970c 100644 --- a/guide/english/go/index.md +++ b/guide/english/go/index.md @@ -28,7 +28,7 @@ $ brew install golang First, you will need to tell Go the location of your workspace. -We'll add some environment variables into shell config. One of does files located at your home directory bash_profile, bashrc or .zshrc (for Oh My Zsh Army) +You will add some environment variables into shell config. One of those files is located in your home directory bash_profile, bashrc or .zshrc (for Oh My Zsh Army) ```bash $ vi .bashrc