Correct typos on docs

Change-Id: I1ad352c7eec94b0c4a781f9d2dec8f4e18821ce6
This commit is contained in:
Zhenguo Niu 2017-09-12 17:32:07 +08:00
parent f26a5e6b3a
commit 6ef4231093
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ get a URL to connect the console from this API. The URL includes the token
which is used to get permission to access the console. Servers may support
different console protocols. To return a remote console using a specific
protocol, such as serial, set the ``protocol`` parameter to ``serial``. For the
same protocol, there may be different connection types such as ``serial protocal
same protocol, there may be different connection types such as ``serial protocol
and socat type`` or ``serial protocol and shellinabox type``.
Normal response code: 200

View File

@ -120,7 +120,7 @@ These are the parameters beyond single create that are supported.
Response
--------
The first server will be returned. The returned paramaters is same to creating
The first server will be returned. The returned parameters is same to creating
a single server's.
**Example Create Multiple Server: JSON response**
@ -301,7 +301,7 @@ Update Server
.. rest_method:: PATCH /servers/{server_uuid}
Updates the infromation stored about a server.
Updates the information stored about a server.
Normal response codes: 200