From c55c794d9531b9a9dc9b67339babfeb3b1aaf508 Mon Sep 17 00:00:00 2001 From: Bas Kamer Date: Sun, 4 Mar 2018 21:04:57 +0100 Subject: [PATCH] Update quick-start.md typo --- docs/book/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/quick-start.md b/docs/book/quick-start.md index cfff672..0b5df19 100644 --- a/docs/book/quick-start.md +++ b/docs/book/quick-start.md @@ -31,7 +31,7 @@ and have installed [zend-component-installer](https://docs.zendframework.com/zen composes the `Zend\ProblemDetails\ProblemDetailsResponseFactory` immediately, and inject that service in your middleware. -As an example, the following catches domain excpetions and uses them to create +As an example, the following catches domain exceptions and uses them to create problem details responses: ```php