Make yet another typo fix in shortcode templates

This commit is contained in:
Ryan Watters
2017-04-06 15:44:13 -05:00
parent 2e9810485b
commit 7ad76bfa1b
+2 -4
View File
@@ -34,13 +34,11 @@ To create a shortcode, place an HTML template in the `layouts/shortcodes` direct
### Deciding Parameter Type
You can create the following types of shortcodes
You can create shortcodes using the following types of parameters:
* Positional parameters
* Named parameters
* Positional *or* named parameters (i.e, "flexible"
* Single-word shortcodes
* Nested
* Positional *or* named parameters (i.e, "flexible")
#### Positional vs Named Parameters