From b74974e17f95052352e69a2c1d1d022eeb588b8e Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Wed, 22 Mar 2017 13:51:00 +0530 Subject: [PATCH] docs: Fix typo in templates/functions.md (#3214) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit limitted → limited --- content/templates/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/templates/functions.md b/content/templates/functions.md index e4c885c3c..bba051f58 100644 --- a/content/templates/functions.md +++ b/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: