diff --git a/docs/reference/indices/create-index.asciidoc b/docs/reference/indices/create-index.asciidoc index bacd9bb72c8..2210870135b 100644 --- a/docs/reference/indices/create-index.asciidoc +++ b/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]