Fix typos in dev docs (#128400)

This commit is contained in:
Christiane (Tina) Heiligers 2022-03-23 11:52:52 -07:00 committed by GitHub
parent 5e73ef5327
commit 7aa89aac3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ Every team should be collecting telemetry metrics on its public API usage. Th
### APM
Kibana server and client are instrumented with APM node and APM RUM clients respectively, tracking serveral types of transactions by default, such as `page-load`, `request`, etc.
Kibana server and client are instrumented with APM node and APM RUM clients respectively, tracking several types of transactions by default, such as `page-load`, `request`, etc.
You may introduce custom transactions. Please refer to the [APM documentation](https://www.elastic.co/guide/en/apm/get-started/current/index.html) and follow these guidelines when doing so:
- Use dashed syntax for transaction types and names: `my-transaction-type` and `my-transaction-name`

View file

@ -153,7 +153,7 @@ plugins to customize the Kibana experience. Examples of extension points are:
- core.overlays.showModal
- embeddables.registerEmbeddableFactory
- uiActions.registerAction
- core.saedObjects.registerType
- core.savedObjects.registerType
## Follow up material