ref: 277d0ae4a51af6019dd49696070dcbbb10751bff
parent: 1ce3bb22f81691ab6573efd524263a9f7b6ce9fb
author: Arun Sori <[email protected]>
date: Sat Oct 24 15:58:55 EDT 2015
Fix spell mistake in variables.md
--- a/docs/content/templates/variables.md
+++ b/docs/content/templates/variables.md
@@ -66,7 +66,7 @@
**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):