[DOCS] Fixes typo in Console doc (#132078) (#132157)

* [DOCS] Fixes typo in Console doc

This PR fixes a typo in the Console doc.

* Update docs/dev-tools/console/console.asciidoc

* Update docs/dev-tools/console/console.asciidoc

(cherry picked from commit e9b1d3834a)

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2022-05-12 11:37:20 -05:00 committed by GitHub
parent 7c70f2f0d8
commit 9c72255aa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ To get started, open the main menu, click *Dev Tools*, then click *Console*.
[role="screenshot"]
image::dev-tools/console/images/console.png["Console"]
NOTE: You cannot to interact with the REST API of {kib} with the Console.
NOTE: **Console** supports only Elasticsearch APIs. You are unable to interact with the {kib} APIs with **Console** and must use curl or another HTTP tool instead.
[float]
[[console-api]]
@ -137,4 +137,4 @@ shortcuts, click *Help*.
If you dont want to use *Console*, you can disable it by setting `console.ui.enabled`
to `false` in your `kibana.yml` configuration file. Changing this setting
causes the server to regenerate assets on the next startup,
which might cause a delay before pages start being served.
which might cause a delay before pages start being served.