From 3700497be8f281a66f6dfd29c1b2b0ef8a49eca5 Mon Sep 17 00:00:00 2001 From: Dan Pickett Date: Sun, 19 Jan 2020 10:00:02 -0500 Subject: [PATCH] s/effected/affected --- rest-api-spec/src/main/resources/rest-api-spec/api/bulk.json | 2 +- rest-api-spec/src/main/resources/rest-api-spec/api/delete.json | 2 +- .../src/main/resources/rest-api-spec/api/delete_by_query.json | 2 +- rest-api-spec/src/main/resources/rest-api-spec/api/reindex.json | 2 +- rest-api-spec/src/main/resources/rest-api-spec/api/update.json | 2 +- .../src/main/resources/rest-api-spec/api/update_by_query.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/bulk.json b/rest-api-spec/src/main/resources/rest-api-spec/api/bulk.json index b235868a2c433..085ff88d0c135 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/bulk.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/bulk.json @@ -58,7 +58,7 @@ "false", "wait_for" ], - "description":"If `true` then refresh the effected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes." + "description":"If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes." }, "routing":{ "type":"string", diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/delete.json b/rest-api-spec/src/main/resources/rest-api-spec/api/delete.json index 5c54c86906e69..52ab302c6e5a1 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/delete.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/delete.json @@ -62,7 +62,7 @@ "false", "wait_for" ], - "description":"If `true` then refresh the effected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes." + "description":"If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes." }, "routing":{ "type":"string", diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/delete_by_query.json b/rest-api-spec/src/main/resources/rest-api-spec/api/delete_by_query.json index e326e4312b16e..0f2e14a336ff3 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/delete_by_query.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/delete_by_query.json @@ -146,7 +146,7 @@ }, "refresh":{ "type":"boolean", - "description":"Should the effected indexes be refreshed?" + "description":"Should the affected indexes be refreshed?" }, "timeout":{ "type":"time", diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/reindex.json b/rest-api-spec/src/main/resources/rest-api-spec/api/reindex.json index 72f7b0670bc51..0ebfddd9413e1 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/reindex.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/reindex.json @@ -18,7 +18,7 @@ "params":{ "refresh":{ "type":"boolean", - "description":"Should the effected indexes be refreshed?" + "description":"Should the affected indexes be refreshed?" }, "timeout":{ "type":"time", diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/update.json b/rest-api-spec/src/main/resources/rest-api-spec/api/update.json index 146b25f5160f7..45b6f764387eb 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/update.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/update.json @@ -78,7 +78,7 @@ "false", "wait_for" ], - "description":"If `true` then refresh the effected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes." + "description":"If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes." }, "retry_on_conflict":{ "type":"number", diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/update_by_query.json b/rest-api-spec/src/main/resources/rest-api-spec/api/update_by_query.json index 48bb748430ed5..066bd8856a9c2 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/update_by_query.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/update_by_query.json @@ -154,7 +154,7 @@ }, "refresh":{ "type":"boolean", - "description":"Should the effected indexes be refreshed?" + "description":"Should the affected indexes be refreshed?" }, "timeout":{ "type":"time",