Skip to content

Commit

Permalink
Update configuration.adoc (elastic#1126)
Browse files Browse the repository at this point in the history
Spelling correction of 'peform' to 'perform'
  • Loading branch information
Mars Williams authored and jbaiera committed Apr 12, 2018
1 parent 529272a commit a8d3010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/reference/asciidoc/core/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Whether the input is already in JSON format or not (the default). Please see the
integration for more details about using JSON directly.

`es.write.operation` (default index)::
The write operation {eh} should peform - can be any of:
The write operation {eh} should perform - can be any of:
`index` (default);; new data is added while existing data (based on its id) is replaced (reindexed).
`create`;; adds new data - if the data already exists (based on its id), an exception is thrown.
`update`;; updates existing data (based on its id). If no data is found, an exception is thrown.
Expand Down

0 comments on commit a8d3010

Please sign in to comment.