Merge "Fix typos, capitalization and remove duplicated words"
This commit is contained in:
commit
bcdda73445
@ -1,6 +1,6 @@
|
||||
{
|
||||
"RAX-KSQA:secretQA":{
|
||||
"question": "What is the color of my eyes?",
|
||||
"answer": "Leonardo Da Vinci"
|
||||
"answer": "Leonardo da Vinci"
|
||||
}
|
||||
}
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
<secretQA xmlns="http://docs.rackspace.com/identity/api/ext/RAX-KSQA/v1.0"
|
||||
question="What is the color of my eyes?"
|
||||
answer="Leonardo Da Vinci" />
|
||||
answer="Leonardo da Vinci" />
|
||||
|
@ -91,7 +91,7 @@
|
||||
break;
|
||||
|
||||
//
|
||||
// The controler doesn't work **at all** in IE 7
|
||||
// The controller doesn't work **at all** in IE 7
|
||||
// don't even show it.
|
||||
//
|
||||
case 7:
|
||||
|
@ -199,7 +199,7 @@ trc.schema.sampleManager = {
|
||||
code /* Code text to set (string) */)
|
||||
{
|
||||
//
|
||||
// Preprocess the txt if nessesary...
|
||||
// Preprocess the txt if necessary...
|
||||
//
|
||||
var ieVersion = trc.util.browser.detectIEVersion();
|
||||
if ((ieVersion > -1) &&
|
||||
|
@ -4,7 +4,7 @@
|
||||
"namespace": "http://docs.rackspacecloud.com/identity/api/ext/meta/v2.0",
|
||||
"alias": "RS-META",
|
||||
"updated": "2011-01-12T11:22:33-06:00",
|
||||
"description": "Allows associating arbritrary metadata with a user.",
|
||||
"description": "Allows associating arbitrary metadata with a user.",
|
||||
"links": [
|
||||
{
|
||||
"rel": "describedby",
|
||||
|
@ -22,7 +22,7 @@
|
||||
"namespace": "http://docs.rackspacecloud.com/identity/api/ext/meta/v2.0",
|
||||
"alias": "RS-META",
|
||||
"updated": "2011-01-12T11:22:33-06:00",
|
||||
"description": "Allows associating arbritrary metadata with a user.",
|
||||
"description": "Allows associating arbitrary metadata with a user.",
|
||||
"links":[{
|
||||
"rel": "describedby",
|
||||
"type": "application/pdf",
|
||||
|
@ -332,7 +332,7 @@
|
||||
simple MIME type that then a more complicated
|
||||
media type can be derived from. These types
|
||||
are basic and provide no namespace or version
|
||||
specific data are are only provided as a
|
||||
specific data are only provided as a
|
||||
convenience.
|
||||
</html:p>
|
||||
</xs:documentation>
|
||||
|
@ -1728,7 +1728,7 @@ For example:
|
||||
"code": 401,
|
||||
"identity": {
|
||||
"challenge-response": {
|
||||
"challenge": "What was the zip code of your birth place?",
|
||||
"challenge": "What was the zip code of your birthplace?",
|
||||
"session_id": "123456"
|
||||
},
|
||||
"methods": [
|
||||
@ -1773,7 +1773,7 @@ the `X-Subject-Token` is valid.
|
||||
#### Revoke token: `DELETE /auth/tokens`
|
||||
|
||||
This call is identical to `HEAD /auth/tokens` except that the `X-Subject-Token`
|
||||
token is immediately invalidated, regardless of it's `expires_at` attribute. An
|
||||
token is immediately invalidated, regardless of its `expires_at` attribute. An
|
||||
additional `X-Auth-Token` is not required.
|
||||
|
||||
### Catalog
|
||||
|
Loading…
x
Reference in New Issue
Block a user