Skip to content

Commit

Permalink
Fix typo in http1 README (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
dethi authored Mar 23, 2024
1 parent 0a5c83d commit 6b88014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bandit/http1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ by this same process.

The execution model to handle a given request is quite straightforward: the
underlying [Thousand Island](https://github.com/mtrudel/thousand_island) library
will call `Bandit.HTTP1.Handler.handle_data/3`, which will then attmept to parse
will call `Bandit.HTTP1.Handler.handle_data/3`, which will then attempt to parse
the headers of the request by calling `Bandit.HTTP1.Adapter.read_headers/1`.
Assuming the common case, this list of headers will then be passed to
`Bandit.Pipeline.run/6`, which will construct a `Plug.Conn` structure to
Expand Down

0 comments on commit 6b88014

Please sign in to comment.