Browse Source

Fix typo in shards.asciidoc (#25143)

Pandiyan Murugan 8 years ago
parent
commit
34c3d1d5bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/cat/shards.asciidoc

+ 1 - 1
docs/reference/cat/shards.asciidoc

@@ -88,7 +88,7 @@ GET _cat/shards
 // CONSOLE
 // TEST[skip:there is no guarantee to test for shards in initializing state]
 
-You can the the initializing state in the response like this
+You can get the initializing state in the response like this
 
 [source,js]
 ---------------------------------------------------------------------------