Fix typos in yt shortcode description

Closes rdwatters/hugo-docs-concept#78
See gohugoio/hugo#3298
This commit is contained in:
Ryan Watters
2017-04-08 00:59:37 -05:00
parent f80b90b91a
commit 31014f0a05
+1 -1
View File
@@ -384,7 +384,7 @@ Copy the YouTube video ID that follows `v=` in the video's URL and pass it to th
```
{{% /code %}}
Furthermore, you can autostart the embedded video by setting the `autostart` parameter to true. Remember that you can't mix named an unamed parameters, so you'll need to assign the yet unamed video id to the parameter `id`:
Furthermore, you can automatically start playback of the embedded video by setting the `autoplay` parameter to `true`. Remember that you can't mix named an unnamed parameters, so you'll need to assign the yet unnamed video id to the parameter `id`:
{{% code file="example-youtube-input-with-autoplay.md" %}}