docs: Fix parameter name in YouTube shortcode section
authorBryan Klein <zivbk1@gmail.com>
Fri, 26 May 2017 12:05:19 +0000 (05:05 -0700)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 26 May 2017 12:05:19 +0000 (15:05 +0300)
Since 'autostart' is not the correct name of the parameter, I changed the words to make this section more clear.

docs/content/extras/shortcodes.md

index 059173f1b0a6c163ff1ecc07ea107407d81a5b2d..dc4c50b37a48ccd36dff7a2192759588bf094eb3 100644 (file)
@@ -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" */>}}