From f91cc13c1849f2a003bbf039c2dc8609f4418b8c Mon Sep 17 00:00:00 2001 From: Przemyslaw Gomulka Date: Tue, 23 Oct 2018 15:28:25 +0200 Subject: [PATCH] A small typo in migration-assistance doc (#34704) typo - missing word "be" --- docs/reference/migration/apis/assistance.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]