Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Co-Authored-By: Mike Côté <mikecote@users.noreply.github.com>
  • Loading branch information
gmmorris and mikecote authored Mar 17, 2020
1 parent a1fbe71 commit 23590f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/alerting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ alerting.registerDefaultNavigation(
This tells the Alerting framework that, given any alert whose `consumer` value is your application, as long as then it will navigate to your application using the path `/my-other-alerts/${the id of the alert}`.

### balancing both APIs side by side
As we mentioned, using `registerDefaultNavigation` will tell the Alerting Framework that your application can handle any type of Alert we throw at it, as long as your application created it, using the handler your provide it.
As we mentioned, using `registerDefaultNavigation` will tell the Alerting Framework that your application can handle any type of Alert we throw at it, as long as your application created it, using the handler you provide it.

The only case in which this handler will not be used to evaluate the navigation for an alert (assuming your application is the `consumer`) is if you have also used `registerNavigation` api, along side your `registerDefaultNavigation` usage, to handle that alert's specific AlertType.

Expand Down

0 comments on commit 23590f3

Please sign in to comment.