summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBryan Klein <zivbk1@gmail.com>2017-05-26 05:05:19 -0700
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-05-26 15:05:19 +0300
commit37e378773fbc127863f2b7a389d5ce3a14674c73 (patch)
treef75549ad2938f342a655c1fc3dc052fb2d07dd31 /docs
parentb5b41c4468f9f678f68c93dbd7a93b57e833cff7 (diff)
docs: Fix parameter name in YouTube shortcode section
Since 'autostart' is not the correct name of the parameter, I changed the words to make this section more clear.
Diffstat (limited to 'docs')
-rw-r--r--docs/content/extras/shortcodes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/extras/shortcodes.md b/docs/content/extras/shortcodes.md
index 059173f1b..dc4c50b37 100644
--- a/docs/content/extras/shortcodes.md
+++ b/docs/content/extras/shortcodes.md
@@ -190,7 +190,7 @@ Copy the ID from behind `v=` and pass it to the shortcode:
{{</* youtube w7Ft2ymGmfc */>}}
-Furthermore, you can autostart the embedded video by setting the `autostart` parameter to true. Remember that you can't mix named an unamed parameters. Assign the yet unamed video id to the parameter `id` like below too.
+Furthermore, you can autoplay the embedded video by setting the `autoplay` parameter to true. Remember that you can't mix named an unamed parameters. Assign the yet unamed video id to the parameter `id` like below too.
{{</* youtube id="w7Ft2ymGmfc" autoplay="true" */>}}