website: Fix Vagrant Cloud API typos
This commit is contained in:
parent
5847c65f0e
commit
fef7320107
|
@ -101,7 +101,7 @@ For example:
|
|||
|
||||
### Response Codes
|
||||
|
||||
Vagrant Cloud may response with the following response codes, depending on the status of the request and context:
|
||||
Vagrant Cloud may respond with the following response codes, depending on the status of the request and context:
|
||||
|
||||
#### Success
|
||||
|
||||
|
@ -850,7 +850,7 @@ Response body is identical to [Reading a box](#read-a-box).
|
|||
#### Arguments
|
||||
|
||||
* `version`
|
||||
* `versions` - The version number of this version.
|
||||
* `version` - The version number of this version.
|
||||
* `description` - A description for this version. Can be formatted with [Markdown](https://daringfireball.net/projects/markdown/syntax).
|
||||
|
||||
#### Example Request
|
||||
|
@ -914,7 +914,7 @@ Response body is identical to [Reading a version](#read-a-version).
|
|||
#### Arguments
|
||||
|
||||
* `version`
|
||||
* `versions` - The version number of this version.
|
||||
* `version` - The version number of this version.
|
||||
* `description` - A description for this version. Can be formatted with [Markdown][markdown].
|
||||
|
||||
#### Example Request
|
||||
|
|
Loading…
Reference in New Issue