Fix typo in docs

See #1438
This commit is contained in:
Bjørn Erik Pedersen 2015-09-22 22:33:41 +02:00
parent 83cc0901a0
commit 3923f32dd8

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"