docs: Fix typo in templates/functions.md (#3214)
authorPrayag Verma <prayag.verma@gmail.com>
Wed, 22 Mar 2017 08:21:00 +0000 (13:51 +0530)
committerAlbert Nigmatzianov <albertnigma@gmail.com>
Wed, 22 Mar 2017 08:21:00 +0000 (13:21 +0500)
limitted → limited

docs/content/templates/functions.md

index e4c885c3c4d854d2f00cdf81176bb03e709cfabb..bba051f5826cc3c2a763f8bccc9aa87ddd095f89 100644 (file)
@@ -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: