Skip to content

Commit 00b0ab2

Browse files
dpickettjrodewig
authored andcommitted
[DOCS] Fix typos in several REST API specs (#51197)
Changes `effected` to `affected` in several REST API spec files.
1 parent 0ac03ac commit 00b0ab2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/bulk.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"false",
5959
"wait_for"
6060
],
61-
"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."
61+
"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."
6262
},
6363
"routing":{
6464
"type":"string",

rest-api-spec/src/main/resources/rest-api-spec/api/delete.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"false",
6363
"wait_for"
6464
],
65-
"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."
65+
"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."
6666
},
6767
"routing":{
6868
"type":"string",

rest-api-spec/src/main/resources/rest-api-spec/api/reindex.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"params":{
1919
"refresh":{
2020
"type":"boolean",
21-
"description":"Should the effected indexes be refreshed?"
21+
"description":"Should the affected indexes be refreshed?"
2222
},
2323
"timeout":{
2424
"type":"time",

rest-api-spec/src/main/resources/rest-api-spec/api/update.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"false",
7979
"wait_for"
8080
],
81-
"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."
81+
"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."
8282
},
8383
"retry_on_conflict":{
8484
"type":"number",

rest-api-spec/src/main/resources/rest-api-spec/api/update_by_query.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
},
178178
"refresh":{
179179
"type":"boolean",
180-
"description":"Should the effected indexes be refreshed?"
180+
"description":"Should the affected indexes be refreshed?"
181181
},
182182
"timeout":{
183183
"type":"time",

0 commit comments

Comments
 (0)