Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
closes #125
  • Loading branch information
djchie authored and dougwilson committed Sep 28, 2015
1 parent a438bed commit a3e6694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ set to `413`.
### request size did not match content length

This error will occur when the request's length did not match the length from
the `Content-Length` header. This typically occurs when the requst is malformed,
the `Content-Length` header. This typically occurs when the request is malformed,
typically when the `Content-Length` header was calculated based on characters
instead of bytes. The `status` property is set to `400`.

Expand Down

0 comments on commit a3e6694

Please sign in to comment.