diff --git a/x-pack/plugins/actions/server/authorization/actions_authorization.ts b/x-pack/plugins/actions/server/authorization/actions_authorization.ts index 577c3a340301c3..bd6e355c2cf9d1 100644 --- a/x-pack/plugins/actions/server/authorization/actions_authorization.ts +++ b/x-pack/plugins/actions/server/authorization/actions_authorization.ts @@ -15,7 +15,7 @@ export interface ConstructorOptions { auditLogger: ActionsAuthorizationAuditLogger; authorization?: SecurityPluginSetup['authz']; authentication?: SecurityPluginSetup['authc']; - // In order to support legacy Alerts which predate the introduciton of the + // In order to support legacy Alerts which predate the introduction of the // Actions feature in Kibana we need a way of "dialing down" the level of // authorization for certain opearations. // Specifically, we want to allow these old alerts and their scheduled