CONTRIBUTING: Fix note about CGO
authorCameron Moore <moorereason@gmail.com>
Thu, 6 Feb 2020 02:29:22 +0000 (20:29 -0600)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 6 Feb 2020 08:09:08 +0000 (09:09 +0100)
CONTRIBUTING.md

index 58092274acc442d49a57d5f45abd5be11b153479..101c542c0196f8657edfd7dd70c5fdd6d28d6248 100644 (file)
@@ -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.**