Skip to content

Commit 04090c0

Browse files
committed
minor #4936 fixed typo (issei-m)
This PR was submitted for the master branch but it was merged into the 2.5 branch instead (closes #4936). Discussion ---------- fixed typo | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | ~2.4 | Fixed tickets | - Commits ------- d17ca87 fixed typo
2 parents 585644b + d17ca87 commit 04090c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/internals.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ The FrameworkBundle registers several listeners:
379379

380380
*Event Class*: :class:`Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent`
381381

382-
The purpose of this event is to to handle tasks that should be performed after
382+
The purpose of this event is to handle tasks that should be performed after
383383
the request has been handled but that do not need to modify the response.
384384
Event listeners for the ``kernel.finish_request`` event are called in both
385385
successful and exception cases.

0 commit comments

Comments
 (0)