Commit 88d20f7
committed
minor #15235 Fix typo in handler success customization part. (juferchaud)
This PR was merged into the 5.2 branch.
Discussion
----------
Fix typo in handler success customization part.
Backslashes were missing. Reading was difficult, especially at the end of that very complete page 😅 .
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `5.x` for features of unreleased versions).
-->
Commits
-------
d3b1f4d Fix typo in handler success customization part.1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
660 | 660 | | |
661 | 661 | | |
662 | 662 | | |
663 | | - | |
664 | | - | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
665 | 667 | | |
666 | 668 | | |
667 | 669 | | |
| |||
0 commit comments