Fix typo in docs
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 22 Sep 2015 20:33:41 +0000 (22:33 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 22 Sep 2015 20:33:41 +0000 (22:33 +0200)
See #1438

docs/content/templates/functions.md

index acb6988352f5bba4bc5ceff9e3d5579b8b28d7b4..7c1572259a1a88a76b8285ae26071a7e481d9d74 100644 (file)
@@ -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"