shithub: hugo

Download patch

ref: a4fc20a12b94038e1fc1c1704751614fb19adf42
parent: e7ff094d6393798f048848e03ded6bf65e3e77f8
author: Emily Huynh <emilyhuynh101@gmail.com>
date: Thu Dec 22 05:05:48 EST 2016

docs: Fix typo in templates/blocks

Fixed typo in templates/blocks.md in the docs.

--- a/docs/content/templates/blocks.md
+++ b/docs/content/templates/blocks.md
@@ -9,7 +9,7 @@
 weight: 80
 ---
 
-Go 1.6 includes a powerful new keyword, `block`. This construct allows you to define the outer shell of your pages one ore more master template(s), filling in or overriding portions as necessary.
+Go 1.6 includes a powerful new keyword, `block`. This construct allows you to define the outer shell of your pages one or more master template(s), filling in or overriding portions as necessary.
 
 ## Base template lookup
 This is the order Hugo searches for a base template:
--