From a7422f35d1fca0645e4d1fab7b3bee3445560901 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 25 Oct 2017 20:46:33 +0300 Subject: [PATCH] shortcode-templates.md: Remove stray period --- 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 596a96930..0f30d4bcb 100644 --- a/content/templates/shortcode-templates.md +++ b/content/templates/shortcode-templates.md @@ -124,7 +124,7 @@ You could then include the following as part of your shortcode templating: {{ else }} -{{ end }}. +{{ end }} ``` See the [example Vimeo shortcode][vimeoexample] below for `.IsNamedParams` in action.