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
diff options
context:
space:
mode:
authorKris Budhram <krisbudhram@users.noreply.github.com>2018-10-15 06:03:38 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-10-16 14:30:00 +0300
commit3a3089121b852332b5744d1f566959c8cf93cef4 (patch)
tree7f47827e07a1bd3416de51bb619b637f2b8d8f5a /CONTRIBUTING.md
parentc21e5179ce9a370c416c01fbe9472be1fb5c6650 (diff)
Simple doc fix in CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7fac4dc86..6645d59b7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -121,7 +121,7 @@ For some convenient build and test targets, you also will want to install Mage:
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 @@ Hugo uses [mage](https://github.com/magefile/mage) to sync vendor dependencies,
cd $HOME/go/src/github.com/gohugoio/hugo
```
-To build Hugo:
+To build Hugo:
```bash
mage hugo
@@ -189,4 +189,3 @@ mage -l
```bash
HUGO_BUILD_TAGS=extended mage install
````
-