docs: Fix typos in functions.md and contributing.md
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>
Wed, 16 Mar 2016 12:04:33 +0000 (13:04 +0100)
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>
Wed, 16 Mar 2016 12:04:41 +0000 (13:04 +0100)
docs/content/community/contributing.md
docs/content/templates/functions.md

index 5c0cd8ff2d177d400a1fa33c14283466150b20f7..787dca5422113cc63d621ed3a6cd9d899c4130a2 100644 (file)
@@ -71,7 +71,7 @@ of the following paths:
 
 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
index 224f5d1ff7dbba3dfb7eeb7565439c9788a9d034..b749e774c684f222ebb898ffaa2411fc1280ff7c 100644 (file)
@@ -80,7 +80,7 @@ e.g. Pass into "foo.html" a map with the keys "important, content"
     {{.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")}}