Merge pull request #9 from kintamanimatt/master

Fix minor typos
This commit is contained in:
Samuel Ryan 2013-10-13 19:21:39 -07:00
commit da2c264a88
2 changed files with 5 additions and 5 deletions

View File

@ -154,7 +154,7 @@
"207":{
"code":"207",
"title":"Multi-Status (WebDAV) (RFC 4918)",
"summary":"XMLl, can contain multiple separate responses",
"summary":"XML, can contain multiple separate responses",
"descriptions":{
"wikipedia":{
"body":"The message body that follows is an XML message and can contain a number of separate response codes, depending on how many sub-requests were made.",
@ -197,4 +197,4 @@
}
}
}
}
}

View File

@ -148,7 +148,7 @@
"307":{
"code":"307",
"title":"Temporary Redirect (since HTTP\/1.1)",
"summary":"connect again to different uri as provided",
"summary":"connect again to different URI as provided",
"descriptions":{
"wikipedia":{
"body":"In this occasion, the request should be repeated with another URI, but future requests can still use the original URI. In contrast to 303, the request method should not be changed when reissuing the original request. For instance, a POST request must be repeated using another POST request.",
@ -169,7 +169,7 @@
"308":{
"code":"308",
"title":"Resume Incomplete",
"summary":"resumable HTTP Requests",
"summary":"resumable HTTP requests",
"descriptions":{
"wikipedia":{
"body":"This code is used in the Resumable HTTP Requests Proposal to resume aborted PUT or POST requests.",
@ -184,4 +184,4 @@
}
}
}
}
}