Skip to content

Commit

Permalink
minor #4936 fixed typo (issei-m)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wouterj committed Jan 30, 2015
2 parents 585644b + d17ca87 commit 04090c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/internals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ The FrameworkBundle registers several listeners:

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

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

0 comments on commit 04090c0

Please sign in to comment.