From d2e594cbcb36c5afe414bb4e730a482f91ff4851 Mon Sep 17 00:00:00 2001 From: ginaesps <58644384+ginaesps@users.noreply.github.com> Date: Thu, 23 Mar 2023 12:05:56 -0600 Subject: [PATCH] Modify inner variable shortcode-template explanation (#1985) --- content/en/templates/shortcode-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/shortcode-templates.md b/content/en/templates/shortcode-templates.md index 1c9314bb9..fea06e73b 100644 --- a/content/en/templates/shortcode-templates.md +++ b/content/en/templates/shortcode-templates.md @@ -102,7 +102,7 @@ most helpful when the condition depends on either of the values, or both: If a closing shortcode is used, the `.Inner` variable will be populated with the content between the opening and closing shortcodes. If a closing shortcode is required, you can check the length of `.Inner` as an indicator of its existence. -A shortcode with content declared via the `.Inner` variable can also be declared without the content and without the closing by using the self-closing syntax: +A shortcode with content declared via the `.Inner` variable can also be declared without the content and without the closing tag by using the self-closing syntax: ```go-html-template {{}}