diff options
author | Anthony Fok <[email protected]> | 2017-03-15 07:58:58 -0600 |
---|---|---|
committer | Anthony Fok <[email protected]> | 2017-03-15 07:58:58 -0600 |
commit | a99661031ad771feb53e2d4b6443528ce84e1c77 (patch) | |
tree | 1dfa5b33950a26db5ada3b8634b36546ed6a6253 /CONTRIBUTING.md | |
parent | 491d4068810bd55c39a22d7ed95801efa823ae8b (diff) | |
download | hugo-a99661031ad771feb53e2d4b6443528ce84e1c77.tar.gz hugo-a99661031ad771feb53e2d4b6443528ce84e1c77.zip |
docs: Change OS X to macOS in README and CONTRIBUTING
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1a5004d67..83b428f20 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,7 +53,7 @@ To make the contribution process as seamless as possible, we ask for the followi * Run `go fmt`. * Add documentation if you are adding new features or changing functionality. The docs site lives in `/docs`. * Squash your commits into a single commit. `git rebase -i`. It’s okay to force update your pull request with `git push -f`. - * Ensure that `make check` succeeds. [Travis CI](https://travis-ci.org/spf13/hugo) (Linux and OS X) and [AppVeyor](https://ci.appveyor.com/project/spf13/hugo/branch/master) (Windows) will fail the build if `make check` fails. + * Ensure that `make check` succeeds. [Travis CI](https://travis-ci.org/spf13/hugo) (Linux and macOS) and [AppVeyor](https://ci.appveyor.com/project/spf13/hugo/branch/master) (Windows) will fail the build if `make check` fails. * Follow the **Git Commit Message Guidelines** below. ### Git Commit Message Guidelines |