ref: 06caa025a431a163866f35ff0e913e255ff8abd8
parent: 8d695ec592fecd8bfba2a89ef33a444d71ce0996
author: Bjørn Erik Pedersen <[email protected]>
date: Tue Sep 22 18:33:41 EDT 2015
Fix typo in docs See #1438
--- a/docs/content/templates/functions.md
+++ b/docs/content/templates/functions.md
@@ -434,7 +434,7 @@
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"