Skip to content

Commit e065368

Browse files
authored
Fixed typo in event_dispatcher.rst
1 parent b9f8400 commit e065368

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)