[DOCS] Fix typos in several REST API specs (#51197)

Changes `effected` to `affected` in several REST API spec files.
This commit is contained in:
Dan Pickett 2020-01-22 12:17:33 -05:00 committed by James Rodewig
parent 0ac03ac5e7
commit 00b0ab2bbe
5 changed files with 5 additions and 5 deletions

View File

@ -58,7 +58,7 @@
"false", "false",
"wait_for" "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":{ "routing":{
"type":"string", "type":"string",

View File

@ -62,7 +62,7 @@
"false", "false",
"wait_for" "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":{ "routing":{
"type":"string", "type":"string",

View File

@ -18,7 +18,7 @@
"params":{ "params":{
"refresh":{ "refresh":{
"type":"boolean", "type":"boolean",
"description":"Should the effected indexes be refreshed?" "description":"Should the affected indexes be refreshed?"
}, },
"timeout":{ "timeout":{
"type":"time", "type":"time",

View File

@ -78,7 +78,7 @@
"false", "false",
"wait_for" "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":{ "retry_on_conflict":{
"type":"number", "type":"number",

View File

@ -177,7 +177,7 @@
}, },
"refresh":{ "refresh":{
"type":"boolean", "type":"boolean",
"description":"Should the effected indexes be refreshed?" "description":"Should the affected indexes be refreshed?"
}, },
"timeout":{ "timeout":{
"type":"time", "type":"time",