From a3e66941ceb437803a756fdc793507491659eb74 Mon Sep 17 00:00:00 2001 From: Derrick J Chie Date: Thu, 17 Sep 2015 21:10:22 -0700 Subject: [PATCH] docs: fix typo closes #125 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6e1d8a2..60114d1a 100644 --- a/README.md +++ b/README.md @@ -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`.