summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-11-23 19:32:03 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-11-24 08:59:32 +0100
commit311307c9e4740bd5ee24a09157012b7d12076681 (patch)
treea20dc24dac6d16732582b4e589f4cf05eaa7b98f /docs
parent86dcac614b839705831c2cadf92a29b1124c9353 (diff)
Add IsNamedParams property in shortcodes
Diffstat (limited to 'docs')
-rw-r--r--docs/content/extras/shortcodes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/extras/shortcodes.md b/docs/content/extras/shortcodes.md
index 3de732a2a..ae3b16619 100644
--- a/docs/content/extras/shortcodes.md
+++ b/docs/content/extras/shortcodes.md
@@ -173,9 +173,9 @@ You want to include a single tweet into your blog post? Everything you need is t
https://twitter.com/spf13/status/666616452582129664
-Pass the tweet's author the id from the URL as parameters to the shortcode as shown below:
+Pass the tweet's id from the URL as parameter to the shortcode as shown below:
- {{</* tweet spf13 666616452582129664 */>}}
+ {{</* tweet 666616452582129664 */>}}
***