URI: 
       docs: Fix typo in templates/functions.md (#3214) - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit f1b1df50589530a6c1dff7c8d2681af5dcd5ebdf
   DIR parent 559b4007f71f048e2505c5aae253b96169274309
  HTML Author: Prayag Verma <prayag.verma@gmail.com>
       Date:   Wed, 22 Mar 2017 13:51:00 +0530
       
       docs: Fix typo in templates/functions.md (#3214)
       
       limitted → limited
       Diffstat:
         M docs/content/templates/functions.md |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md
       @@ -553,7 +553,7 @@ Pluralize the given word with a set of common English pluralization rules.
        e.g. `{{ "cat" | pluralize }}` → "cats"
        
        ### findRE
       -Returns a list of strings that match the regular expression. By default all matches will be included. The number of matches can be limitted with an optional third parameter.
       +Returns a list of strings that match the regular expression. By default all matches will be included. The number of matches can be limited with an optional third parameter.
        
        The example below returns a list of all second level headers (`<h2>`) in the content: