Fix typo in header of shortcode-templates.md

This commit is contained in:
icannotfly 2017-09-19 06:35:39 -07:00 committed by digitalcraftsman
parent c8f1a2d2f6
commit 32356e4eab

View File

@ -107,7 +107,7 @@ The `.Params` variable in shortcodes contains the list parameters passed to shor
`$.Page.Site.Params` `$.Page.Site.Params`
: refers to global variables as defined in your [site's configuration file][config]. : refers to global variables as defined in your [site's configuration file][config].
#### `.IsNameParams` #### `.IsNamedParams`
The `.IsNamedParams` variable checks whether the shortcode declaration uses named parameters and returns a boolean value. The `.IsNamedParams` variable checks whether the shortcode declaration uses named parameters and returns a boolean value.