Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 26a5f58

Browse files
authored
Corrected use statement
from HttpResponse to HtmlResponse.
1 parent b057283 commit 26a5f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/v3/getting-started/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ return new HtmlResponse($this->renderer->render(
574574
>
575575
> In that case, alter the above example as follows:
576576
>
577-
> - Add the statement `use Zend\Diactoros\Response\HttpResponse;` to the `use`
577+
> - Add the statement `use Zend\Diactoros\Response\HtmlResponse;` to the `use`
578578
> statements at the top of the file.
579579
> - Alter the response creation to read:
580580
> ```php

0 commit comments

Comments
 (0)