From 38acbaeb4f2973dd0146e2a1dc675e8909c70973 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Tue, 31 Oct 2023 10:07:02 +0100 Subject: [PATCH] Fix todo.remove_item (#29617) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/todo.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/todo.markdown b/source/_integrations/todo.markdown index 24ad3f41d63..4ea1d00d58f 100644 --- a/source/_integrations/todo.markdown +++ b/source/_integrations/todo.markdown @@ -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.