From bcd7ee3754574cfb89d727ea86343d69e47d5977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Tue, 25 Jul 2023 14:49:49 -0300 Subject: [PATCH] Fix typo in emitters.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- docs/book/emitters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/emitters.md b/docs/book/emitters.md index 65c027b..fc12505 100644 --- a/docs/book/emitters.md +++ b/docs/book/emitters.md @@ -56,7 +56,7 @@ This emitter can _always_ handle a response, and thus _always_ returns true. `Laminas\HttpHandlerRunner\Emitter\SapiStreamEmitter` behaves similarly to the `SapiEmitter`, with two key differences: -- It allows emitting a a _content range_, if a `Content-Range` header is +- It allows emitting a _content range_, if a `Content-Range` header is specified in the response. - It will iteratively emit a range of bytes from the response, based on the buffer length provided to the emitter during construction. This is