From a2783940fd653c65d9a3f37a30f34ba97bec8704 Mon Sep 17 00:00:00 2001 From: David Beitey Date: Mon, 27 Jan 2025 23:31:15 +0000 Subject: [PATCH] Clarify title filter behavior in Templating docs The example below this change shows the correct behavior - `| title` will title case each word in a string, not just the first character. --- docs/templating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templating.md b/docs/templating.md index a26e47a3b..180a9667b 100644 --- a/docs/templating.md +++ b/docs/templating.md @@ -1809,7 +1809,7 @@ Output the sum of items in the array: ### title -Make the first letter of the string uppercase: +Make the first letter of each word in the string uppercase: **Input**