diff --git a/docs/en/02_Developer_Guides/05_Extending/04_Shortcodes.md b/docs/en/02_Developer_Guides/05_Extending/04_Shortcodes.md index 91e22794a..0a09f3233 100644 --- a/docs/en/02_Developer_Guides/05_Extending/04_Shortcodes.md +++ b/docs/en/02_Developer_Guides/05_Extending/04_Shortcodes.md @@ -187,7 +187,7 @@ Here is a summary of the callback parameter values based on some example shortco $attributes => array(); $content => null; $parser => ShortcodeParser instance, - $tagName => 'myshortcode') + $tagName => 'my_shortcode') [my_shortcode,attribute="foo",other="bar"]