mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[DOCS] Fix "the the" typos (#64344)
This commit is contained in:
parent
fa7c63e6c4
commit
4f82e667ae
7 changed files with 8 additions and 8 deletions
|
@ -177,7 +177,7 @@ more examples of customizing the options.
|
|||
[[java-rest-high-getting-started-asynchronous-usage]]
|
||||
=== Asynchronous usage
|
||||
|
||||
All of the the methods across the different clients exist in a traditional synchronous and
|
||||
All of the methods across the different clients exist in a traditional synchronous and
|
||||
asynchronous variant. The difference is that the asynchronous ones use asynchronous requests
|
||||
in the REST Low Level Client. This is useful if you are doing multiple requests or are using e.g.
|
||||
rx java, Kotlin co-routines, or similar frameworks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue