shithub: hugo

Download patch

ref: 74924dd50d669c054f758f542ab9b73450f64f50
parent: ab0d29aa51bd88941544e983fd347cb4b0c97de2
author: vsopvsop <[email protected]>
date: Mon Sep 21 02:56:17 EDT 2015

correct spelling for 'including' and 'counterpart'

--- a/docs/content/meta/release-notes.md
+++ b/docs/content/meta/release-notes.md
@@ -87,7 +87,7 @@
 all of
 them](https://github.com/spf13/hugoThemes/blob/master/README.md#theme-list).
 
-Hugo also depends on a lot of other great projects. A big thanks to all of our dependencies inclding:
+Hugo also depends on a lot of other great projects. A big thanks to all of our dependencies including:
 [cobra](https://github.com/spf13/cobra),
 [viper](https://github.com/spf13/viper),
 [blackfriday](https://github.com/russross/blackfriday),
@@ -108,7 +108,7 @@
 * New template functions:
   * `getenv`
   * The string functions `substr` and `slicestr`
-  *`seq`, a sequence generator very similar to its Gnu countepart
+  *`seq`, a sequence generator very similar to its Gnu counterpart
   * `absURL` and `relURL`, both of which takes the `BaseURL` setting into account
 
 ## Improvements