aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavaneeth Kesavan <navaneeth.kesavan@gmail.com>2017-05-25 20:32:10 -0400
committerspalger <spalger@users.noreply.github.com>2017-05-25 17:33:31 -0700
commit562bb9a40d3fa0f3d036787ba4e83ed43e9dc2d7 (patch)
treee9cd3eaf5f744d1701839bca98e53c185da88327
parente0aa2eb79f24fc4101eec942ea113b8151239921 (diff)
Fixed a minor typo (#8904)
(cherry picked from commit ee1178f2e4b28b6cb5f7ab3f389e1425a12543b9)
-rw-r--r--src/core_plugins/console/public/src/directives/welcome.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core_plugins/console/public/src/directives/welcome.html b/src/core_plugins/console/public/src/directives/welcome.html
index ff724ea11..fe72b52af 100644
--- a/src/core_plugins/console/public/src/directives/welcome.html
+++ b/src/core_plugins/console/public/src/directives/welcome.html
@@ -10,7 +10,7 @@
<p>Console understands requests in a compact format, similar to cURL:
<sense-help-example></sense-help-example>
-<p>While typing a request, Console will make suggestions which you can than accept by hitting Enter/Tab.
+<p>While typing a request, Console will make suggestions which you can then accept by hitting Enter/Tab.
These suggestions are made based on the request structure <i>as well as</i> your indices and types.
</p>