shithub: hugo

Download patch

ref: 93e41a1fb2d123d1af33a7282c6ca925e9f1bf17
parent: d65fbfe16c43351b9963572a22ecabaf90037d4d
author: digitalcraftsman <[email protected]>
date: Mon Mar 28 13:04:29 EDT 2016

docs: Fix typo in templates/functions.md

--- a/docs/content/templates/functions.md
+++ b/docs/content/templates/functions.md
@@ -392,11 +392,11 @@
 
 ### int
 
-Creates a `int`.
+Creates an `int`.
 
 e.g.
 
-* `{{int "123" }}` → 123
+* `{{ int "123" }}` → 123
 
 ## Strings