Skip to content

Commit 2c685d7

Browse files
committed
minor #15089 Update events.rst (94noni)
This PR was merged into the 4.4 branch. Discussion ---------- Update events.rst Small improvement <!-- 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 ------- 1ad9eff Update events.rst
2 parents f8333b4 + 1ad9eff commit 2c685d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reference/events.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Built-in Symfony Events
22
=======================
33

4-
During the handling of an HTTP request, the Symfony framework (or any
4+
The Symfony framework is an HTTP Request-Response one.
5+
During the handling of an HTTP request, the framework (or any
56
application using the :doc:`HttpKernel component </components/http_kernel>`)
67
dispatches some :doc:`events </event_dispatcher>` which you can use to modify
7-
how the request is handled.
8+
how the request is handled and how the response is returned.
89

910
Kernel Events
1011
-------------

0 commit comments

Comments
 (0)