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"