Skip to content

Commit 1ad9eff

Browse files
authored
Update events.rst
1 parent f8333b4 commit 1ad9eff

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)