From a5c05f3277fef2ebdce5bb5d2b89cf93756e93d8 Mon Sep 17 00:00:00 2001 From: Arun Sori Date: Sat, 24 Oct 2015 19:58:55 +0530 Subject: [PATCH] Fix spell mistake in variables.md --- content/templates/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/templates/variables.md b/content/templates/variables.md index 5d7b1522e..d8df44318 100644 --- a/content/templates/variables.md +++ b/content/templates/variables.md @@ -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):