Skip to content

Commit 9e02002

Browse files
authored
[HTTP Status Codes] Clean-up
Two edits: * Remove extraneous `initially` * One sentence per line Signed-off-by: Rob Dolin <[email protected]>
1 parent 5842eda commit 9e02002

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

versions/3.0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ Some examples of possible media type definitions:
9494
application/vnd.github.v3.patch
9595
```
9696
##### <a name="httpCodes"></a>HTTP Status Codes
97-
The HTTP Status Codes are used to indicate the status of the executed operation. The available status codes are initially defined by [RFC 7231](http://tools.ietf.org/html/rfc7231#section-6) and registered status codes are listed in the [IANA Status Code Registry](http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml).
97+
The HTTP Status Codes are used to indicate the status of the executed operation.
98+
The available status codes are defined by [RFC 7231](http://tools.ietf.org/html/rfc7231#section-6) and registered status codes are listed in the [IANA Status Code Registry](http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml).
9899

99100
## Specification
100101

0 commit comments

Comments
 (0)