From 8224c9b9a6e96d3f9ab88299273c28882f7a5a13 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 1e1e93e355f..daef39737f6 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.