From 963254e8247ed53da20a772f322ec2cfe772de4d Mon Sep 17 00:00:00 2001 From: Amal <56926487+amalkurup89@users.noreply.github.com> Date: Tue, 5 May 2020 01:19:44 +0530 Subject: [PATCH] Minor typo correction in docs (#24252) --- docs/sources/features/explore/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/features/explore/index.md b/docs/sources/features/explore/index.md index 9e4c9d8943d..6b76733c0b4 100755 --- a/docs/sources/features/explore/index.md +++ b/docs/sources/features/explore/index.md @@ -122,7 +122,7 @@ On the left-hand side of the query field is a `Metrics` button, clicking on this The Query field supports autocomplete for metric names, function and works mostly the same way as the standard Prometheus query editor. Press the enter key to execute a query. -The autocomplete menu can be trigger by pressing Ctrl+Space. The Autocomplete menu contains a new History section with a list of recently executed queries. +The autocomplete menu can be triggered by pressing Ctrl+Space. The Autocomplete menu contains a new History section with a list of recently executed queries. Suggestions can appear under the query field - click on them to update your query with the suggested change.