Fix typo in docs

See #1438
This commit is contained in:
Bjørn Erik Pedersen 2015-09-22 22:33:41 +02:00
parent 8d695ec592
commit 06caa025a4

View 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"