Skip to content

Commit 2b0b8a6

Browse files
authored
Merge pull request #1645 from Shopify/bot/liquid-docs-schema/2026-05-12--03-00-00
🤖 Sync Liquid Docs Schema
2 parents f8baf8b + e7bf690 commit 2b0b8a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/filters.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,13 +1996,13 @@
19961996
"description": "",
19971997
"syntax": "",
19981998
"path": "/",
1999-
"raw_liquid": "{{ 'this sentence should start with a capitalized word.' | capitalize }}",
1999+
"raw_liquid": "{{ 'this sentence should start with a capitalized letter.' | capitalize }}",
20002000
"parameter": false,
20012001
"display_type": "text",
20022002
"show_data_tab": true
20032003
}
20042004
],
2005-
"summary": "Capitalizes the first word in a string and downcases the remaining characters.",
2005+
"summary": "Capitalizes the first letter in a string and downcases the remaining characters.",
20062006
"syntax": "string | capitalize",
20072007
"name": "capitalize"
20082008
},

0 commit comments

Comments
 (0)