Merge pull request #12496 from nikhiljindal/portDescription

Fixing a typo in port swagger description
This commit is contained in:
Alex Robinson
2015-08-10 14:10:48 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -12721,7 +12721,7 @@
"properties": {
"port": {
"type": "string",
"description": "number of name of the port to access on the container; number must be in the range 1 to 65535; name must be an IANA_SVC_NAME"
"description": "number or name of the port to access on the container; number must be in the range 1 to 65535; name must be an IANA_SVC_NAME"
}
}
},