Fix todo.remove_item (#29617)

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Robert Resch 2023-10-31 10:07:02 +01:00 committed by GitHub
parent 60a1f95608
commit 8224c9b9a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ Removing a To-do Item. A to-do list `target` is selected with a [Target Selector
| Service data attribute | Optional | Description | Example |
| ---------------------- | -------- | ----------- | --------|
| `item` | yes | The name of the to-do Item. | Submit income tax return
| `item` | no | The name of the to-do item. | Submit income tax return
This is a full example of a service call that deletes a to-do Item with the specified name.