diff --git a/api-reference/commands/erasetext.md b/api-reference/commands/erasetext.md index 135079a..f27d5e9 100644 --- a/api-reference/commands/erasetext.md +++ b/api-reference/commands/erasetext.md @@ -1,9 +1,9 @@ # eraseText -The `eraseText` command removes up to 50 characters from the currently selected text field (if any): +The `eraseText` command removes characters from the currently selected text field (if any) and can be used as such: ```yaml -- eraseText +- eraseText # Removes up to 50 characters (default) ``` If you need to remove more characters, you can specify a number explicitly: @@ -11,3 +11,5 @@ If you need to remove more characters, you can specify a number explicitly: ```yaml - eraseText: 100 # Removes up to 100 characters ``` + +_Note: This is for searches looking for clearText._