shithub: hugo

Download patch

ref: 37e378773fbc127863f2b7a389d5ce3a14674c73
parent: b5b41c4468f9f678f68c93dbd7a93b57e833cff7
author: Bryan Klein <[email protected]>
date: Fri May 26 01:05:19 EDT 2017

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.

--- a/docs/content/extras/shortcodes.md
+++ b/docs/content/extras/shortcodes.md
@@ -190,7 +190,7 @@
 
     {{</* 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" */>}}