mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
[DOCS] Fix typos (#66576)
This commit is contained in:
parent
3b58f8fd5b
commit
e2228df04a
@ -97,18 +97,18 @@ are five possible modes an action can be associated with:
|
||||
| Name | Description
|
||||
|
||||
| `simulate` | The action execution is simulated. Each action type
|
||||
define its own simulation operation mode. For example, the
|
||||
defines its own simulation operation mode. For example, the
|
||||
<<actions-email,`email` action>> creates
|
||||
the email that would have been sent but does not actually
|
||||
send it. In this mode, the action might be throttled if the
|
||||
current state of the watch indicates it should be.
|
||||
|
||||
| `force_simulate` | Similar to the `simulate` mode, except the action is
|
||||
not be throttled even if the current state of the watch
|
||||
not throttled even if the current state of the watch
|
||||
indicates it should be.
|
||||
|
||||
| `execute` | Executes the action as it would have been executed if the
|
||||
watch would have been triggered by its own trigger. The
|
||||
watch had been triggered by its own trigger. The
|
||||
execution might be throttled if the current state of the
|
||||
watch indicates it should be.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user