[DOCS] Fix "the the" typos (#64344)

This commit is contained in:
James Rodewig 2020-10-29 10:11:58 -04:00 committed by GitHub
parent fa7c63e6c4
commit 4f82e667ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

View file

@ -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.