Skip to content

Commit

Permalink
typo: Microsoft.Billing (#4632)
Browse files Browse the repository at this point in the history
- perdiod -> period
- prouct -> product
- setion -> section
  • Loading branch information
nschonni authored and praries880 committed Dec 3, 2018
1 parent f2014e9 commit c648f68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@
"readOnly": true
},
"billingPeriodIds": {
"description": "Array of billing perdiod ids that the invoice is attributed to.",
"description": "Array of billing period ids that the invoice is attributed to.",
"type": "array",
"readOnly": true,
"items": {
Expand Down Expand Up @@ -582,4 +582,4 @@
"type": "string"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@
"readOnly": true
},
"billingPeriodIds": {
"description": "Array of billing perdiod ids that the invoice is attributed to.",
"description": "Array of billing period ids that the invoice is attributed to.",
"type": "array",
"readOnly": true,
"items": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@
"readOnly": true
},
"billingPeriodIds": {
"description": "Array of billing perdiod ids that the invoice is attributed to.",
"description": "Array of billing period ids that the invoice is attributed to.",
"type": "array",
"readOnly": true,
"items": {
Expand Down Expand Up @@ -1010,7 +1010,7 @@
"description": "Details of the product to be transferred.",
"properties": {
"productType": {
"description": "Type of the prouct to be transferred.",
"description": "Type of the product to be transferred.",
"$ref": "#/definitions/ProductType"
},
"productId": {
Expand Down Expand Up @@ -1126,7 +1126,7 @@
},
"invoiceSectionId": {
"type": "string",
"description": "Target invoice setion Id.",
"description": "Target invoice section Id.",
"readOnly": true
},
"billingAccountId": {
Expand Down

0 comments on commit c648f68

Please sign in to comment.