Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/filters.json
Original file line number Diff line number Diff line change
Expand Up @@ -1996,13 +1996,13 @@
"description": "",
"syntax": "",
"path": "/",
"raw_liquid": "{{ 'this sentence should start with a capitalized word.' | capitalize }}",
"raw_liquid": "{{ 'this sentence should start with a capitalized letter.' | capitalize }}",
"parameter": false,
"display_type": "text",
"show_data_tab": true
}
],
"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.",
"syntax": "string | capitalize",
"name": "capitalize"
},
Expand Down
Loading