Fix spell mistake in variables.md
authorArun Sori <arunsori94@gmail.com>
Sat, 24 Oct 2015 14:28:55 +0000 (19:58 +0530)
committerAnthony Fok <foka@debian.org>
Sat, 31 Oct 2015 15:47:07 +0000 (09:47 -0600)
docs/content/templates/variables.md

index 5d7b1522ed4e0a73b06c3902262e2df47895b6d1..d8df44318d25bd43793f85a9b5b2514748a1b01f 100644 (file)
@@ -66,7 +66,7 @@ Take for example I'm using *tags* and *categories* as my taxonomies. The followi
 **All Params are only accessible using all lowercase characters.**
 
 ### Param method
-In Hugo you can declare params both for the site and the individual page.  A common use case is to have a general value for the site and a more specificy value for some of the pages (i.e. an image). 
+In Hugo you can declare params both for the site and the individual page.  A common use case is to have a general value for the site and a more specific value for some of the pages (i.e. an image).
 
 With the `Param` method the most specific value will be selected for you, and it is safe to use it in any template (it's defined on both Page and Node):