From 06caa025a431a163866f35ff0e913e255ff8abd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 22 Sep 2015 22:33:41 +0200 Subject: [PATCH] Fix typo in docs See #1438 --- docs/content/templates/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md index acb698835..7c1572259 100644 --- a/docs/content/templates/functions.md +++ b/docs/content/templates/functions.md @@ -434,7 +434,7 @@ Note: "ZgotmplZ" is a special value that indicates that unsafe content reached a CSS or URL context. ### singularize -Singularize the given word with a set of common English pluralization rules. +Singularize the given word with a set of common English singularization rules. e.g. `{{ "cats" | singularize }}` → "cat"