From 37e378773fbc127863f2b7a389d5ce3a14674c73 Mon Sep 17 00:00:00 2001 From: Bryan Klein Date: Fri, 26 May 2017 05:05:19 -0700 Subject: [PATCH] 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. --- docs/content/extras/shortcodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {{}} -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. {{}}