docs: Fix typo in tutorials/how-to-contribute-to-hugo.md
authordigitalcraftsman <digitalcraftsman@protonmail.com>
Sun, 17 Apr 2016 18:56:05 +0000 (20:56 +0200)
committerdigitalcraftsman <digitalcraftsman@protonmail.com>
Sun, 17 Apr 2016 18:57:21 +0000 (20:57 +0200)
docs/content/tutorials/how-to-contribute-to-hugo.md

index ea8afdff72e3838884d8f5a85cb744b26bb59220..06b057066c9950ee58838fb5d6595ed44b0417ab 100644 (file)
@@ -42,7 +42,7 @@ You can print the `GOPATH` with `echo $GOPATH`. You should a non-empty string co
 
 ### GVM as alternative
 
-More experienced users can use the [Go Version Manager](https://github.com/moovweb/gvm), or GVM for short. It allows you to switch between different Go versions *on the same machine*. Probably you don't need this feature. But you can easily upgrade to a new released Go with a few commands.
+More experienced users can use the [Go Version Manager](https://github.com/moovweb/gvm), or GVM for short. It allows you to switch between different Go versions *on the same machine*. Probably you don't need this feature. But you can easily upgrade to a new released Go version with a few commands.
 
 This is handy if you follow the developement of Hugo over a longer period of time. Future versions of Hugo will usually be compiled with the latest version of Go. Sooner or later you have to upgrade if you want to keep up.