From: Emily Huynh Date: Thu, 22 Dec 2016 16:05:48 +0000 (-0600) Subject: docs: Fix typo in templates/blocks X-Git-Tag: v0.19~191 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a4fc20a12b94038e1fc1c1704751614fb19adf42;p=brevno-suite%2Fhugo docs: Fix typo in templates/blocks Fixed typo in templates/blocks.md in the docs. --- diff --git a/docs/content/templates/blocks.md b/docs/content/templates/blocks.md index 19a83fff..43535c3a 100644 --- a/docs/content/templates/blocks.md +++ b/docs/content/templates/blocks.md @@ -9,7 +9,7 @@ title: Block Templates 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: