Skip to content

Commit

Permalink
docs: fix typo in readme
Browse files Browse the repository at this point in the history
closes #467
  • Loading branch information
cha147 authored and dougwilson committed Sep 1, 2022
1 parent 7013c29 commit fe2f823
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 @@ -346,7 +346,7 @@ call `req.setEncoding` when using this module. The `status` property is set to

This error will occur when the request is no longer readable when this middleware
attempts to read it. This typically means something other than a middleware from
this module read the reqest body already and the middleware was also configured to
this module read the request body already and the middleware was also configured to
read the same request. The `status` property is set to `500` and the `type`
property is set to `'stream.not.readable'`.

Expand Down

0 comments on commit fe2f823

Please sign in to comment.