Skip to content

Commit

Permalink
typo: Fix Microsoft.Web/CommonDefinitions.json (#4504)
Browse files Browse the repository at this point in the history
- Double word "to"
- resourse -> resource
- mimuntes -> minutes
- specificed -> specified
- successfull -> successful
- crendentials -> credentials
  • Loading branch information
nschonni authored and anuchandy committed Nov 20, 2018
1 parent 3fdbae8 commit b431cf1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@
"type": "object",
"properties": {
"unit": {
"description": "Units of measurement for the quota resourse.",
"description": "Units of measurement for the quota resource.",
"type": "string"
},
"nextResetTime": {
Expand Down Expand Up @@ -1372,12 +1372,12 @@
},
"changeStep": {
"format": "double",
"description": "In auto ramp up scenario this is the step to to add/remove from <code>ReroutePercentage</code> until it reaches \n<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specificed in <code>ChangeIntervalInMinutes</code>.\nCustom decision algorithm can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.",
"description": "In auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches \n<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specified in <code>ChangeIntervalInMinutes</code>.\nCustom decision algorithm can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.",
"type": "number"
},
"changeIntervalInMinutes": {
"format": "int32",
"description": "Specifies interval in mimuntes to reevaluate ReroutePercentage.",
"description": "Specifies interval in minutes to reevaluate ReroutePercentage.",
"type": "integer"
},
"minReroutePercentage": {
Expand Down Expand Up @@ -2311,7 +2311,7 @@
}
},
"SlotSwapStatus": {
"description": "The status of the last successfull slot swap operation.",
"description": "The status of the last successful slot swap operation.",
"type": "object",
"properties": {
"timestampUtc": {
Expand Down Expand Up @@ -2507,7 +2507,7 @@
}
},
"User": {
"description": "User crendentials used for publishing activity.",
"description": "User credentials used for publishing activity.",
"type": "object",
"allOf": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1567,12 +1567,12 @@
},
"changeStep": {
"format": "double",
"description": "In auto ramp up scenario this is the step to to add/remove from <code>ReroutePercentage</code> until it reaches \n<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specificed in <code>ChangeIntervalInMinutes</code>.\nCustom decision algorithm can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.",
"description": "In auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches \n<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specified in <code>ChangeIntervalInMinutes</code>.\nCustom decision algorithm can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.",
"type": "number"
},
"changeIntervalInMinutes": {
"format": "int32",
"description": "Specifies interval in mimuntes to reevaluate ReroutePercentage.",
"description": "Specifies interval in minutes to reevaluate ReroutePercentage.",
"type": "integer"
},
"minReroutePercentage": {
Expand Down Expand Up @@ -2554,7 +2554,7 @@
}
},
"SlotSwapStatus": {
"description": "The status of the last successfull slot swap operation.",
"description": "The status of the last successful slot swap operation.",
"type": "object",
"properties": {
"timestampUtc": {
Expand Down Expand Up @@ -2722,7 +2722,7 @@
}
},
"User": {
"description": "User crendentials used for publishing activity.",
"description": "User credentials used for publishing activity.",
"type": "object",
"allOf": [
{
Expand Down

0 comments on commit b431cf1

Please sign in to comment.