Skip to content

Commit

Permalink
Fix typo in docs/book /response.md
Browse files Browse the repository at this point in the history
mepty -> empty

Signed-off-by: Stephen Samra <[email protected]>
  • Loading branch information
stephensamra authored Nov 3, 2023
1 parent 9c15722 commit 6fb1ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/response.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ details response.
This library provides a factory named `Mezzio\ProblemDetails\ProblemDetailsResponseFactory`.

The factory has one _required_ argument: a _response factory_ capable of
producing an mepty PSR-7 `ResponseInterface`. This may be an PHP callable.
producing an empty PSR-7 `ResponseInterface`. This may be an PHP callable.

The class defines two static methods, `createResponse()` and
`createResponseFromThrowable()`. Each accepts a PSR-7
Expand Down

0 comments on commit 6fb1ca9

Please sign in to comment.