docs: Fix minor grammar issue in shortcodes.md - hugo - [fork] hugo port for 9front
 (HTM) git clone git@git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 4c427f6aaa2c7ee80b7694573e62315d109e0811
 (DIR) parent e682fcc62233b47cf5bdcaf598ac0657ef089471
 (HTM) Author: Sharon L <sharon.l.mail@gmail.com>
       Date:   Thu, 18 May 2017 08:54:10 +0300
       
       docs: Fix minor grammar issue in shortcodes.md
       
       
       Diffstat:
         M docs/content/extras/shortcodes.md   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/docs/content/extras/shortcodes.md b/docs/content/extras/shortcodes.md
       @@ -40,7 +40,7 @@ can be quoted.
        
        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"`.