Skip to content

Commit 575b75e

Browse files
authored
Merge pull request #48 from MauricioFauth/patch-1
Fix typo in emitters.md
2 parents 4e406ad + bcd7ee3 commit 575b75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/emitters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This emitter can _always_ handle a response, and thus _always_ returns true.
5656
`Laminas\HttpHandlerRunner\Emitter\SapiStreamEmitter` behaves similarly to the
5757
`SapiEmitter`, with two key differences:
5858

59-
- It allows emitting a a _content range_, if a `Content-Range` header is
59+
- It allows emitting a _content range_, if a `Content-Range` header is
6060
specified in the response.
6161
- It will iteratively emit a range of bytes from the response, based on the
6262
buffer length provided to the emitter during construction. This is

0 commit comments

Comments
 (0)