shithub: hugo

Download patch

ref: f1b1df50589530a6c1dff7c8d2681af5dcd5ebdf
parent: 559b4007f71f048e2505c5aae253b96169274309
author: Prayag Verma <[email protected]>
date: Wed Mar 22 09:51:00 EDT 2017

docs: Fix typo in templates/functions.md (#3214)

limitted → limited

--- a/docs/content/templates/functions.md
+++ b/docs/content/templates/functions.md
@@ -553,7 +553,7 @@
 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: