From 48e4fa0ce543c7025fc90a953f2a0a9914d73fce Mon Sep 17 00:00:00 2001 From: fumihiko hata Date: Sat, 20 Nov 2021 06:34:00 +0900 Subject: [PATCH] fix typo (#1663) --- docs/content/documentation/content/shortcodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/content/shortcodes.md b/docs/content/documentation/content/shortcodes.md index 139d205c..5603e0c7 100644 --- a/docs/content/documentation/content/shortcodes.md +++ b/docs/content/documentation/content/shortcodes.md @@ -185,7 +185,7 @@ Embed a responsive player for a YouTube video. The arguments are: - `id`: the video id (mandatory) -- `playlist: the playlist id (optional) +- `playlist`: the playlist id (optional) - `class`: a class to add to the `
` surrounding the iframe - `autoplay`: when set to "true", the video autoplays on load