Skip to content

Commit

Permalink
typo: botservice (#6418)
Browse files Browse the repository at this point in the history
Double word "service"
  • Loading branch information
nschonni authored and sergey-shandar committed Jul 1, 2019
1 parent 30d4a3e commit b04e1a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1929,7 +1929,7 @@
"ServiceProviderResponseList": {
"properties": {
"nextLink": {
"description": "The link used to get the next page of bot service service providers.",
"description": "The link used to get the next page of bot service providers.",
"type": "string"
},
"value": {
Expand All @@ -1938,10 +1938,10 @@
"items": {
"$ref": "#/definitions/ServiceProvider"
},
"description": "Gets the list of bot service service providers and their properties."
"description": "Gets the list of bot service providers and their properties."
}
},
"description": "The list of bot service service providers response."
"description": "The list of bot service providers response."
},
"ServiceProviderParameter": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2217,7 +2217,7 @@
"ServiceProviderResponseList": {
"properties": {
"nextLink": {
"description": "The link used to get the next page of bot service service providers.",
"description": "The link used to get the next page of bot service providers.",
"type": "string"
},
"value": {
Expand All @@ -2226,10 +2226,10 @@
"items": {
"$ref": "#/definitions/ServiceProvider"
},
"description": "Gets the list of bot service service providers and their properties."
"description": "Gets the list of bot service providers and their properties."
}
},
"description": "The list of bot service service providers response."
"description": "The list of bot service providers response."
},
"ServiceProviderParameter": {
"properties": {
Expand Down

0 comments on commit b04e1a6

Please sign in to comment.