Remove wrong plural "s" in 'todo.remove_item' action (#131814)

This commit is contained in:
Norbert Rittel 2024-11-28 13:44:40 +01:00 committed by GitHub
parent 00d82363fe
commit 96dfa0e0cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,7 +78,7 @@
"fields": {
"item": {
"name": "Item name",
"description": "The name for the to-do list items."
"description": "The name for the to-do list item."
}
}
}