Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f8cdbc8

Browse files
miqrogroovejaviereguiluz
authored andcommittedMay 26, 2025·
Fixed typo in event_dispatcher.rst
1 parent c9ffb79 commit f8cdbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎event_dispatcher.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Defining Event Listeners with PHP Attributes
149149

150150
An alternative way to define an event listener is to use the
151151
:class:`Symfony\\Component\\EventDispatcher\\Attribute\\AsEventListener`
152-
PHP attribute. This allows to configure the listener inside its class, without
152+
PHP attribute. This allows you to configure the listener inside its class, without
153153
having to add any configuration in external files::
154154

155155
namespace App\EventListener;

0 commit comments

Comments
 (0)
Please sign in to comment.