From 0a03af263d1e9b868105005a397b392e9994037f Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Mon, 15 Feb 2016 13:40:15 +0100 Subject: [PATCH] Merge pull request #16665 from joynes/patch-1 Typo --- docs/reference/indices/create-index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]