Skip to content

Commit

Permalink
typo: Fix AppServiceCertificateOrders.json (#4502)
Browse files Browse the repository at this point in the history
- Double word "to"
- Successully -> Successfully
- certitificate -> certificate
  • Loading branch information
nschonni authored and hovsepm committed Nov 28, 2018
1 parent 0ffb349 commit 0094017
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
{
"name": "certificateDistinguishedName",
"in": "body",
"description": "Distinguished name to to use for the certificate order.",
"description": "Distinguished name to use for the certificate order.",
"required": true,
"schema": {
"$ref": "#/definitions/AppServiceCertificateOrder"
Expand Down Expand Up @@ -220,7 +220,7 @@
],
"responses": {
"200": {
"description": "Succesfully deleted certificate order."
"description": "Successfully deleted certificate order."
},
"204": {
"description": "Certificate order does not exist."
Expand Down Expand Up @@ -248,7 +248,7 @@
{
"name": "certificateDistinguishedName",
"in": "body",
"description": "Distinguished name to to use for the certificate order.",
"description": "Distinguished name to use for the certificate order.",
"required": true,
"schema": {
"$ref": "#/definitions/AppServiceCertificateOrderPatchResource"
Expand Down Expand Up @@ -449,7 +449,7 @@
],
"responses": {
"200": {
"description": "Succesfully deleted certificate."
"description": "Successfully deleted certificate."
},
"204": {
"description": "Certificate does not exist."
Expand Down Expand Up @@ -1072,7 +1072,7 @@
}
},
"AppServiceCertificateOrderCollection": {
"description": "Collection of certitificate orders.",
"description": "Collection of certificate orders.",
"required": [
"value"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
{
"name": "certificateDistinguishedName",
"in": "body",
"description": "Distinguished name to to use for the certificate order.",
"description": "Distinguished name to use for the certificate order.",
"required": true,
"schema": {
"$ref": "#/definitions/AppServiceCertificateOrder"
Expand Down Expand Up @@ -244,7 +244,7 @@
],
"responses": {
"200": {
"description": "Succesfully deleted certificate order."
"description": "Successfully deleted certificate order."
},
"204": {
"description": "Certificate order does not exist."
Expand Down Expand Up @@ -272,7 +272,7 @@
{
"name": "certificateDistinguishedName",
"in": "body",
"description": "Distinguished name to to use for the certificate order.",
"description": "Distinguished name to use for the certificate order.",
"required": true,
"schema": {
"$ref": "#/definitions/AppServiceCertificateOrderPatchResource"
Expand Down Expand Up @@ -497,7 +497,7 @@
],
"responses": {
"200": {
"description": "Succesfully deleted certificate."
"description": "Successfully deleted certificate."
},
"204": {
"description": "Certificate does not exist."
Expand Down Expand Up @@ -1144,7 +1144,7 @@
}
},
"AppServiceCertificateOrderCollection": {
"description": "Collection of certitificate orders.",
"description": "Collection of certificate orders.",
"required": [
"value"
],
Expand Down

0 comments on commit 0094017

Please sign in to comment.