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.
This commit is contained in:
Bryan Klein 2017-05-26 05:05:19 -07:00 committed by Bjørn Erik Pedersen
parent b5b41c4468
commit 37e378773f

View 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" */>}}