Skip to content

Commit

Permalink
[DOCS] Fix typo in Index API reference docs (elastic#48760)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulysak authored and jrodewig committed Nov 1, 2019
1 parent 80cde68 commit 9a0a7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/docs/index_.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
automatically added to the mapping if needed. For more information about field
mapping, see <<mapping,mapping>> and the <<indices-put-mapping,put mapping>> API.
Expand Down

0 comments on commit 9a0a7ab

Please sign in to comment.