docs: Fix typos in functions.md and contributing.md

This commit is contained in:
digitalcraftsman 2016-03-16 13:04:33 +01:00
parent 575ae1b3f9
commit b5c718a4de
2 changed files with 2 additions and 2 deletions

View 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

View 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")}}