Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Co-Authored-By: Mike Côté <[email protected]>
  • Loading branch information
gmmorris and mikecote authored Mar 17, 2020
1 parent 670af1c commit 8cc2e84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/plugins/alerting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ server.newPlatform.setup.plugins.alerting.registerType({
```

## Alert Navigation
When registering an Alert Type, you'll likely want to provide a way of viewing alerts of that type within your own plugin, or perhaps you want to provide a view for all alerts created fro mwithin your solution within your own UI.
When registering an Alert Type, you'll likely want to provide a way of viewing alerts of that type within your own plugin, or perhaps you want to provide a view for all alerts created from within your solution within your own UI.

In order for the Alerting framework to know that your plugin has its own interna; view for displaying an alert, you must resigter a navigation handler within the framework.

Expand Down Expand Up @@ -536,4 +536,3 @@ The templating system will take the alert and alert type as described above and
```

There are limitations that we are aware of using only templates, and we are gathering feedback and use cases for these. (for example passing an array of strings to an action).

0 comments on commit 8cc2e84

Please sign in to comment.