Fix typo in Index API doc (#38961)

This commit is contained in:
Guilherme Ferreira 2019-02-15 21:19:23 +01:00 committed by Evgenia Badiyanova
parent 63bfaac16d
commit 9fbfe77bb0
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ exist, and applies any <<indices-templates,index templates>> 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 <<mapping,mapping>> section
for more information on mapping definitions, and the the
for more information on mapping definitions, and the
<<indices-put-mapping,put mapping>> API for information about updating mappings
manually.