Skip to content

Commit dbf0156

Browse files
jrodewigweensy
andauthored
[DOCS] Fix typo (#76911) (#76936)
Co-authored-by: weensykim <hello@weensy.co>
1 parent 1c4069c commit dbf0156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/java-rest/high-level/migration.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ transportClient.delete(request, new ActionListener<DeleteResponse>() { // <2>
219219
});
220220
--------------------------------------------------
221221
<1> Create the `DeleteRequest` using its constructor
222-
<2> Execute the `DeleteRequest` by passing the request and a
222+
<2> Execute the `DeleteRequest` by passing the request and an
223223
`ActionListener` that gets called on execution completion or
224224
failure. This method does not block and returns immediately.
225225
<3> The `onResponse()` method is called when the response is
@@ -234,7 +234,7 @@ The same request asynchronously executed using the high-level client is:
234234
include-tagged::{doc-tests}/MigrationDocumentationIT.java[migration-request-async-execution]
235235
--------------------------------------------------
236236
<1> Create the `DeleteRequest` using its constructor
237-
<2> Execute the `DeleteRequest` by passing the request and a
237+
<2> Execute the `DeleteRequest` by passing the request and an
238238
`ActionListener` that gets called on execution completion or
239239
failure. This method does not block and returns immediately.
240240
<3> The `onResponse()` method is called when the response is

0 commit comments

Comments
 (0)