From 15c4b37df0430f2a5090b3933b736d30645c9dfa Mon Sep 17 00:00:00 2001 From: Yuliia Naumenko Date: Mon, 13 Jul 2020 16:37:30 -0700 Subject: [PATCH] Update x-pack/plugins/triggers_actions_ui/README.md Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> --- x-pack/plugins/triggers_actions_ui/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/plugins/triggers_actions_ui/README.md b/x-pack/plugins/triggers_actions_ui/README.md index 99f84d4d4fd8b..0dd2d100401f0 100644 --- a/x-pack/plugins/triggers_actions_ui/README.md +++ b/x-pack/plugins/triggers_actions_ui/README.md @@ -905,7 +905,7 @@ export function getActionType(): ActionTypeModel { and action params form available in Create Alert form: ![Index action form](https://i.imgur.com/mpxnPOF.png) -Example of the index document for Index Threshold Alert: +Example of the index document for Index Threshold alert: ``` { @@ -1595,4 +1595,3 @@ export interface ActionsConnectorsContextValue { |capabilities|Property, which is defining action current user usage capabilities like canSave or canDelete.| |toastNotifications|Toast messages.| |reloadConnectors|Optional function, which will be executed if connector was saved sucsessfuly, like reload list of connecotrs.| -