From cb94460e6b251ff9286957bc2bf2f18d04199a56 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 8 Jan 2023 22:57:07 -0800 Subject: [PATCH] Remove needless word --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 037b4643..76b8bcf5 100644 --- a/README.md +++ b/README.md @@ -520,7 +520,7 @@ Parameters:
caption
-
Optional. First unnamed argument. Descriptive text that appears centered below the images. Markdown.
+
Optional. Unnamed argument. Descriptive text that appears centered below the content. Markdown.
### Quote @@ -541,7 +541,7 @@ Parameters:
caption
Optional. Descriptive text that appears centered below the images. Markdown. Must not be used with cite.
cite
-
Optional. First unnamed argument. Markdown. Must not be used with caption.
+
Optional. Unnamed argument. Markdown. Must not be used with caption.
### Code @@ -565,7 +565,7 @@ Parameters:
caption
Optional. Descriptive text that appears centered below the images. Markdown.
lang
-
Required. First unnamed argument. Chroma language code. See available codes.
+
Required. Unnamed argument. Chroma language code. See available codes.
options
Optional. Hugo highlight options.
@@ -595,7 +595,7 @@ Parameters:
title
Optional. Plain text. Image title.
src
-
Required. First unnamed argument. URL. Image URL.
+
Required. Unnamed argument. URL. Image URL.
``` @@ -640,7 +640,7 @@ Parameters:
image
Optional. Page, site, or remote image glob. Only used in the inner content of this shortcode.
images
-
Optional. First unnamed argument. Page, site, or remote images glob. Defaults to all image page resources.
+
Optional. Unnamed argument. Page, site, or remote images glob. Defaults to all image page resources.
justify
Optional. Flexbox main axis space distribution. Must be start, center, end, etc. See justify-content.
method