ref: b5c718a4dee2061ad019260cb8762db522182509
parent: 575ae1b3f9df3af675b45a24e9f37c6675d06222
author: digitalcraftsman <[email protected]>
date: Wed Mar 16 09:04:33 EDT 2016
docs: Fix typos in functions.md and contributing.md
--- a/docs/content/community/contributing.md
+++ b/docs/content/community/contributing.md
@@ -71,7 +71,7 @@
You got your new website running and it's powered by Hugo? Great. You can add your website with a few steps to the [showcase](/showcase/).
-First, make sure that you created a [fork](https://help.github.com/articles/fork-a-repo/) of Hugo on Github and cloned your fork on your local computer. Next, create a seperate branch for your additions:
+First, make sure that you created a [fork](https://help.github.com/articles/fork-a-repo/) of Hugo on Github and cloned your fork on your local computer. Next, create a separate branch for your additions:
```
# You can choose a different descriptive branch name if you like
--- a/docs/content/templates/functions.md
+++ b/docs/content/templates/functions.md
@@ -80,7 +80,7 @@
{{.content}}
-or Create a map on the fly to pass into
+or create a map on the fly to pass into
{{partial "foo" (dict "important" "Smiles" "content" "You should do more")}}