[DOCS] Fix typo in Index API reference docs (#48760)

This commit is contained in:
pulysak 2019-11-01 16:15:14 +03:00 committed by James Rodewig
parent 80cde68af7
commit 9a0a7ab95a
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ exist. To update an existing document, you must use the `_doc` resource.
If the specified index does not already exist, by default the index operation If the specified index does not already exist, by default the index operation
automatically creates it and applies any configured automatically creates it and applies any configured
<<indices-templates,index templates>>. If no mapping exists, the index opration <<indices-templates,index templates>>. If no mapping exists, the index operation
creates a dynamic mapping. By default, new fields and objects are creates a dynamic mapping. By default, new fields and objects are
automatically added to the mapping if needed. For more information about field automatically added to the mapping if needed. For more information about field
mapping, see <<mapping,mapping>> and the <<indices-put-mapping,put mapping>> API. mapping, see <<mapping,mapping>> and the <<indices-put-mapping,put mapping>> API.