diff --git a/content/templates/shortcode-templates.md b/content/templates/shortcode-templates.md index ce6c7d494..bdd03c00a 100644 --- a/content/templates/shortcode-templates.md +++ b/content/templates/shortcode-templates.md @@ -114,7 +114,7 @@ You could then include the following as part of your shortcode templating: See the [example Vimeo shortcode][vimeoexample] below for `.IsNamedParams` in action {{% warning %}} -While you can create shortcode templates that accept both positional and named parameter, you *cannot* declare shortcodes in content with a mix of parameter types. Therefore, a shortcode declare like `{{}}` will return an error. +While you can create shortcode templates that accept both positional and named parameters, you *cannot* declare shortcodes in content with a mix of parameter types. A shortcode declared like `{{}}` will return an error. {{% /warning %}} You can also use the variable `.Page` to access all the normal [page variables][pagevars].