diff --git a/docs/reference/migration/apis/assistance.asciidoc b/docs/reference/migration/apis/assistance.asciidoc index ae9972cc062bc..943057f425af8 100644 --- a/docs/reference/migration/apis/assistance.asciidoc +++ b/docs/reference/migration/apis/assistance.asciidoc @@ -40,7 +40,7 @@ GET /_xpack/migration/assistance // CONSOLE // TEST[skip:cannot create an old index in docs test] -A successful call returns a list of indices that need to updated or reindexed: +A successful call returns a list of indices that need to be updated or reindexed: [source,js] -------------------------------------------------- @@ -73,7 +73,7 @@ GET /_xpack/migration/assistance/my_* // CONSOLE // TEST[skip:cannot create an old index in docs test] -A successful call returns a list of indices that needs to updated or reindexed +A successful call returns a list of indices that needs to be updated or reindexed and match the index specified on the endpoint: [source,js]