From: Prayag Verma Date: Wed, 22 Mar 2017 08:21:00 +0000 (+0530) Subject: docs: Fix typo in templates/functions.md (#3214) X-Git-Tag: v0.20~119 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f1b1df50;p=brevno-suite%2Fhugo docs: Fix typo in templates/functions.md (#3214) limitted → limited --- diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md index e4c885c3..bba051f5 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 (`

`) in the content: