We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8baf8b + e7bf690 commit 2b0b8a6Copy full SHA for 2b0b8a6
1 file changed
data/filters.json
@@ -1996,13 +1996,13 @@
1996
"description": "",
1997
"syntax": "",
1998
"path": "/",
1999
- "raw_liquid": "{{ 'this sentence should start with a capitalized word.' | capitalize }}",
+ "raw_liquid": "{{ 'this sentence should start with a capitalized letter.' | capitalize }}",
2000
"parameter": false,
2001
"display_type": "text",
2002
"show_data_tab": true
2003
}
2004
],
2005
- "summary": "Capitalizes the first word in a string and downcases the remaining characters.",
+ "summary": "Capitalizes the first letter in a string and downcases the remaining characters.",
2006
"syntax": "string | capitalize",
2007
"name": "capitalize"
2008
},
0 commit comments