shithub: hugo

Download patch

ref: 4c427f6aaa2c7ee80b7694573e62315d109e0811
parent: e682fcc62233b47cf5bdcaf598ac0657ef089471
author: Sharon L <[email protected]>
date: Thu May 18 04:54:10 EDT 2017

docs: Fix minor grammar issue in shortcodes.md


--- a/docs/content/extras/shortcodes.md
+++ b/docs/content/extras/shortcodes.md
@@ -40,7 +40,7 @@
 
 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,
-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
 `name="value"`.