summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPrayag Verma <prayag.verma@gmail.com>2017-03-22 13:51:00 +0530
committerAlbert Nigmatzianov <albertnigma@gmail.com>2017-03-22 13:21:00 +0500
commitf1b1df50589530a6c1dff7c8d2681af5dcd5ebdf (patch)
treedeb8acf77ad1274b7eb1a2f1921cdc7430b429f6 /docs
parent559b4007f71f048e2505c5aae253b96169274309 (diff)
docs: Fix typo in templates/functions.md (#3214)
limitted → limited
Diffstat (limited to 'docs')
-rw-r--r--docs/content/templates/functions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md
index e4c885c3c..bba051f58 100644
--- 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: