[DOCS] Various spelling corrections (#37046)

This commit is contained in:
Josh Soref 2019-01-07 08:44:12 -05:00 committed by Luca Cavanna
parent ac2e09b25a
commit edb48321ba
66 changed files with 80 additions and 80 deletions

View file

@ -328,7 +328,7 @@ include-tagged::{doc-tests}/RestClientDocumentation.java[rest-client-options-cus
The client is quite happy to execute many actions in parallel. The following
example indexes many documents in parallel. In a real world scenario you'd
probably want to use the `_bulk` API instead, but the example is illustative.
probably want to use the `_bulk` API instead, but the example is illustrative.
["source","java",subs="attributes,callouts,macros"]
--------------------------------------------------