Skip to content

Commit

Permalink
Simple doc fix in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krisbudhram authored and bep committed Oct 16, 2018
1 parent c21e517 commit 3a30891
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -189,4 +189,3 @@ mage -l
```bash
HUGO_BUILD_TAGS=extended mage install
````

0 comments on commit 3a30891

Please sign in to comment.