summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorCameron Moore <moorereason@gmail.com>2020-02-05 20:29:22 -0600
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-02-06 09:09:08 +0100
commit7f0ebd4a3c9e016afddc2cf5e7dfe6a820aa099a (patch)
treeb4e45e440fd4881bc7edab6dac2f28497d7ded87 /CONTRIBUTING.md
parent23ea43180b84e35d99e88083a83e7ca1916b3b36 (diff)
CONTRIBUTING: Fix note about CGO
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 58092274a..101c542c0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -52,7 +52,8 @@ If it is of some complexity, the contributor is expected to maintain and support
It is recommended to open up a discussion on the [Hugo Forum](https://discourse.gohugo.io/) to get feedback on your idea before you begin. If you are submitting a complex feature, create a small design proposal on the [Hugo issue tracker](https://github.com/gohugoio/hugo/issues) before you start.
-Note that we do not accept new features that needs [CGO](https://github.com/golang/go/wiki/cgo). We have one exeption to tuat rule and that is LibSASS.
+Note that we do not accept new features that require [CGO](https://github.com/golang/go/wiki/cgo).
+We have one exception to this rule which is LibSASS.
**Bug fixes are, of course, always welcome.**