Skip to content

Commit f99ba6c

Browse files
committed
minor #20999 Fixed typo in event_dispatcher.rst (miqrogroove)
This PR was submitted for the 7.3 branch but it was merged into the 6.4 branch instead. Discussion ---------- Fixed typo in event_dispatcher.rst Commits ------- f8cdbc8 Fixed typo in event_dispatcher.rst
2 parents c9ffb79 + f8cdbc8 commit f99ba6c

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)