Browse Source

Merge pull request #16665 from joynes/patch-1

Typo
Clinton Gormley 9 years ago
parent
commit
0a03af263d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/indices/create-index.asciidoc

+ 1 - 1
docs/reference/indices/create-index.asciidoc

@@ -110,7 +110,7 @@ curl -XPUT localhost:9200/test -d '{
 === Creation Date
 
 When an index is created, a timestamp is stored in the index metadata for the creation date.  By 
-default this it is automatically generated but it can also be specified using the 
+default this is automatically generated but it can also be specified using the 
 `creation_date` parameter on the create index API:
 
 [source,js]