Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"default": 20
},
"capacityInGb": {
"description": "Maxium capacity (GB).",
"description": "Maximum capacity (GB).",
"type": "integer",
"format": "int32",
"default": 500
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"type": "boolean"
},
"frontEndMaxMillisecondsBetweenMemorySamples": {
"description": "Maxium interval (in millisecond) between memory samples of front end.",
"description": "Maximum interval (in millisecond) between memory samples of front end.",
"type": "integer",
"format": "int32"
},
Expand Down
2 changes: 1 addition & 1 deletion specification/azsadmin/resource-manager/storage/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ These are the global settings for the Storage API.

``` yaml
title: StorageAdminClient
description: Storag Admin Client
description: Storage Admin Client
openapi-type: arm
tag: package-2016-05-01
```
Expand Down