From 32356e4eabe357ae914f4d1d59e8ae31ce936723 Mon Sep 17 00:00:00 2001 From: icannotfly Date: Tue, 19 Sep 2017 06:35:39 -0700 Subject: [PATCH] Fix typo in header of shortcode-templates.md --- content/templates/shortcode-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/templates/shortcode-templates.md b/content/templates/shortcode-templates.md index 35debcf8b..596a96930 100644 --- a/content/templates/shortcode-templates.md +++ b/content/templates/shortcode-templates.md @@ -107,7 +107,7 @@ The `.Params` variable in shortcodes contains the list parameters passed to shor `$.Page.Site.Params` : 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.