ref: 3a3089121b852332b5744d1f566959c8cf93cef4
parent: c21e5179ce9a370c416c01fbe9472be1fb5c6650
author: Kris Budhram <[email protected]>
date: Sun Oct 14 19:03:38 EDT 2018
Simple doc fix in CONTRIBUTING.md
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -121,7 +121,7 @@
go get github.com/magefile/mage
```
-Now, to make a change to Hugos's source:
+Now, to make a change to Hugo's source:
1. Create a new branch for your changes (the branch name is arbitrary):
@@ -159,7 +159,7 @@
cd $HOME/go/src/github.com/gohugoio/hugo
```
-To build Hugo:
+To build Hugo:
```bash
mage hugo
@@ -189,4 +189,3 @@
```bash
HUGO_BUILD_TAGS=extended mage install
````
-