Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2016-09-28 18:27:18 +0300
committerGitHub <noreply@github.com>2016-09-28 18:27:18 +0300
commitd30c6a26d1e7e85cec1711e192b0f9df04b6a4c2 (patch)
tree97f45df6ad2170db2d5d313909707a684f9e5b47 /docs
parent50c43c36f154a52d2b8ad194ae881ec3198d8b6f (diff)
docs: Fix typo in tutorials/how-to-contribute-to-hugo.md
Diffstat (limited to 'docs')
-rw-r--r--docs/content/tutorials/how-to-contribute-to-hugo.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/tutorials/how-to-contribute-to-hugo.md b/docs/content/tutorials/how-to-contribute-to-hugo.md
index 6e0550149..b44dd301b 100644
--- a/docs/content/tutorials/how-to-contribute-to-hugo.md
+++ b/docs/content/tutorials/how-to-contribute-to-hugo.md
@@ -24,7 +24,7 @@ The installation of Go should take only a few minutes. [Download](https://golang
Let's confirm the correct installation of Go. Open a terminal (or command line under Windows). Execute `go version` and you should see the version number of your Go installation. Next, make sure that you setup the `GOPATH` as described in the installation guide.
-You can print the `GOPATH` with `echo $GOPATH`. You should a non-empty string containing a valid path.
+You can print the `GOPATH` with `echo $GOPATH`. You should see a non-empty string containing a valid path to your Go workspace.
### GVM as alternative
@@ -337,4 +337,4 @@ If you have questions leave a comment in the pull request. We are willing to ass
## Where to start?
-Thank you for reading this tutorial. Hopefully, we see us again on GitHub. There are plenty of [open issues](https://github.com/spf13/hugo/issues) on GitHub. Feel free to open an issue if you think you found a bug or you have a new idea to improve Hugo. We are happy to hear from you. \ No newline at end of file
+Thank you for reading this tutorial. Hopefully, we see us again on GitHub. There are plenty of [open issues](https://github.com/spf13/hugo/issues) on GitHub. Feel free to open an issue if you think you found a bug or you have a new idea to improve Hugo. We are happy to hear from you.