Browse Source

Update getting-started.asciidoc (#21677)

Shubham Aggarwal 9 years ago
parent
commit
dce51e2062
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/getting-started.asciidoc

+ 1 - 1
docs/reference/getting-started.asciidoc

@@ -201,7 +201,7 @@ Let's start with a basic health check, which we can use to see how our cluster i
 To check the cluster health, we will be using the <<cat,`_cat` API>>. You can
 run the command below in https://www.elastic.co/guide/en/kibana/{branch}/console-kibana.html[Kibana's Console]
 by clicking "VIEW IN CONSOLE" or with `curl` by clicking the "COPY AS CURL"
-link below and pasting the into a terminal.
+link below and pasting it into a terminal.
 
 [source,js]
 --------------------------------------------------