From 9fbfe77bb0afe0e6142d4d98bc368980373d18ff Mon Sep 17 00:00:00 2001 From: Guilherme Ferreira Date: Fri, 15 Feb 2019 21:19:23 +0100 Subject: [PATCH] Fix typo in Index API doc (#38961) --- docs/reference/docs/index_.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/docs/index_.asciidoc b/docs/reference/docs/index_.asciidoc index e8a681567d6..4c687ac0cd2 100644 --- a/docs/reference/docs/index_.asciidoc +++ b/docs/reference/docs/index_.asciidoc @@ -61,7 +61,7 @@ exist, and applies any <> that are configured. The index operation also creates a dynamic mapping if one does not already exist. By default, new fields and objects will automatically be added to the mapping definition if needed. Check out the <> section -for more information on mapping definitions, and the the +for more information on mapping definitions, and the <> API for information about updating mappings manually.