diff --git a/api-ref/source/v1/server_remote_consoles.inc b/api-ref/source/v1/server_remote_consoles.inc index 5d505699..a4002ad9 100644 --- a/api-ref/source/v1/server_remote_consoles.inc +++ b/api-ref/source/v1/server_remote_consoles.inc @@ -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 diff --git a/api-ref/source/v1/servers.inc b/api-ref/source/v1/servers.inc index de1bebd5..c69acff7 100644 --- a/api-ref/source/v1/servers.inc +++ b/api-ref/source/v1/servers.inc @@ -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