mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
docs: Fix minor grammar issue in shortcodes.md
This commit is contained in:
committed by
Albert Nigmatzianov
parent
e682fcc622
commit
4c427f6aaa
@@ -40,7 +40,7 @@ can be quoted.
|
|||||||
|
|
||||||
The first word is always the name of the shortcode. Parameters follow the name.
|
The first word is always the name of the shortcode. Parameters follow the name.
|
||||||
Depending upon how the shortcode is defined, the parameters may be named,
|
Depending upon how the shortcode is defined, the parameters may be named,
|
||||||
positional or both (although you can't mixed parameter types in a single call).
|
positional or both (although you can't mix parameter types in a single call).
|
||||||
The format for named parameters models that of HTML with the format
|
The format for named parameters models that of HTML with the format
|
||||||
`name="value"`.
|
`name="value"`.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user