From 632e0e898dd07315d61b534a781a3dc024128030 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Tue, 5 Feb 2013 10:43:01 +1300 Subject: [PATCH] Simplify sentence on shortcodes --- docs/en/reference/shortcodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/shortcodes.md b/docs/en/reference/shortcodes.md index e35e42947..3554a0e96 100644 --- a/docs/en/reference/shortcodes.md +++ b/docs/en/reference/shortcodes.md @@ -32,7 +32,7 @@ not have been parsed, and can optionally be fed back into the parser. * The ShortcodeParser instance used to parse the content. * The shortcode tag name that was matched within the parsed content. -For the shortcode to work, you need to register it with the `ShortcodeParser`. Assuming that you have placed our +For the shortcode to work, you need to register it with the `ShortcodeParser`. Assuming you've placed the callback function in the `Page` class, you would need to make the following call from `_config.php`: :::php