From 6b88014c8f41534da7995b81a17c0e6631a97576 Mon Sep 17 00:00:00 2001 From: Thibault Deutsch Date: Sat, 23 Mar 2024 17:22:33 +0000 Subject: [PATCH] Fix typo in http1 README (#332) --- lib/bandit/http1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bandit/http1/README.md b/lib/bandit/http1/README.md index 18fcde5f..8dd13525 100644 --- a/lib/bandit/http1/README.md +++ b/lib/bandit/http1/README.md @@ -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