Skip to content

Commit

Permalink
[DOCS] Fix typos (elastic#66576) (elastic#66612)
Browse files Browse the repository at this point in the history
Co-authored-by: AndyHunt66 <[email protected]>
  • Loading branch information
jrodewig and AndyHunt66 authored Dec 18, 2020
1 parent 29819ef commit eaa3887
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/docs/en/rest-api/watcher/execute-watch.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit eaa3887

Please sign in to comment.