Skip to content

Commit c3b5f71

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 1511486 commit c3b5f71

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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/delete_by_query.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
},
147147
"refresh":{
148148
"type":"boolean",
149-
"description":"Should the effected indexes be refreshed?"
149+
"description":"Should the affected indexes be refreshed?"
150150
},
151151
"timeout":{
152152
"type":"time",

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
@@ -154,7 +154,7 @@
154154
},
155155
"refresh":{
156156
"type":"boolean",
157-
"description":"Should the effected indexes be refreshed?"
157+
"description":"Should the affected indexes be refreshed?"
158158
},
159159
"timeout":{
160160
"type":"time",

0 commit comments

Comments
 (0)