mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[rackspace|storage] fixing typos
This commit is contained in:
parent
517dfad8e6
commit
0b5e636b9f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#Next Generation Cloud Servers™ (compute_v2)
|
#Next Generation Cloud Servers™ (compute_v2)
|
||||||
|
|
||||||
This document explains how to get started using Next Gneration Cloud Servers™ with Fog. It assumes you have read the [Getting Started with Fog and the Rackspace Open Cloud](getting_started.md) document.
|
This document explains how to get started using Next Generation Cloud Servers™ with Fog. It assumes you have read the [Getting Started with Fog and the Rackspace Open Cloud](getting_started.md) document.
|
||||||
|
|
||||||
|
|
||||||
## Starting irb console
|
## Starting irb console
|
||||||
|
@ -125,7 +125,7 @@ To view the status of the response:
|
||||||
|
|
||||||
**Note**: Fog is aware valid HTTP response statuses for each request type. If an unexpected HTTP response status occurs, Fog will raise an exception.
|
**Note**: Fog is aware valid HTTP response statuses for each request type. If an unexpected HTTP response status occurs, Fog will raise an exception.
|
||||||
|
|
||||||
To view response header:
|
To view response body:
|
||||||
|
|
||||||
response.body
|
response.body
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue