From 2b8c90c0baa96709b68039ecedc9b269fb34e34d Mon Sep 17 00:00:00 2001 From: Gidi Meir Morris Date: Tue, 17 Mar 2020 18:34:27 +0000 Subject: [PATCH] fixed typo --- x-pack/plugins/alerting/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/alerting/README.md b/x-pack/plugins/alerting/README.md index d929ef7936a367..177e42de5a95b6 100644 --- a/x-pack/plugins/alerting/README.md +++ b/x-pack/plugins/alerting/README.md @@ -305,7 +305,7 @@ The navigation is handled using the `navigateToApp` api, meaning that the path w You can look at the `alerting-example` plugin to see an example of using this API, which is enabled using the `--run-examples` flag when you run `yarn start`. -### registerNavigation +### registerDefaultNavigation The _registerDefaultNavigation_ api allows you to register a handler for any alert type within your solution: ```