From 62a781f3ac24a3b67787261aa89b128fb084fb26 Mon Sep 17 00:00:00 2001 From: Stacey Gammon Date: Thu, 10 Jun 2021 13:08:14 -0400 Subject: [PATCH] Update x-pack/plugins/alerting/public/plugin.ts Co-authored-by: ymao1 --- x-pack/plugins/alerting/public/plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/alerting/public/plugin.ts b/x-pack/plugins/alerting/public/plugin.ts index c3fcaae5fd912..e35c680a85716 100644 --- a/x-pack/plugins/alerting/public/plugin.ts +++ b/x-pack/plugins/alerting/public/plugin.ts @@ -16,7 +16,7 @@ export interface PluginSetupContract { * Register a customized view of the particular rule type. Stack Management provides a generic overview, but a developer can register a * custom navigation to provide the user an extra link to a more curated view. The alerting plugin doesn't actually do * anything with this information, but it can be used by other plugins via the `getNavigation` functionality. Currently - * the trigger_actions_ui plugin uses it to expose the link from the generic rule view in Stack Management. + * the trigger_actions_ui plugin uses it to expose the link from the generic rule details view in Stack Management. * * @param applicationId The application id that the user should be navigated to, to view a particular alert in a custom way. * @param ruleType The rule type that has been registered with Alerting.Server.PluginSetupContract.registerType. If