shithub: hugo

Download patch

ref: 0743c76795d4a652dea1b9ac9995b2710573457b
parent: 77159b4b9b58190f50201be48dc514d969cf063a
author: digitalcraftsman <[email protected]>
date: Sun Apr 17 16:56:05 EDT 2016

docs: Fix typo in tutorials/how-to-contribute-to-hugo.md

--- a/docs/content/tutorials/how-to-contribute-to-hugo.md
+++ b/docs/content/tutorials/how-to-contribute-to-hugo.md
@@ -42,7 +42,7 @@
 
 ### 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.