Skip to content

Commit

Permalink
Merge pull request #44 from stephensamra/master
Browse files Browse the repository at this point in the history
Fix typo in docs/book/response.md
  • Loading branch information
Ocramius authored Nov 5, 2023
2 parents 785e026 + 6fb1ca9 commit 2ea3e13
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 2ea3e13

Please sign in to comment.