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

Commit 16a0fb6

Browse files
committed
Closing bracket missing in documentation
The code sample was missing a closing bracket, which could lead to confusing errors and affecting the user experience. No issue was created for this
1 parent 004f9f6 commit 16a0fb6

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
@@ -564,7 +564,7 @@ $target = htmlspecialchars($target, ENT_HTML5, 'UTF-8');
564564
return new HtmlResponse($this->renderer->render(
565565
'app::hello',
566566
['target' => $target]
567-
);
567+
));
568568
```
569569

570570
> #### Templateless handler

0 commit comments

Comments
 (0)