Skip to content

Commit f125a42

Browse files
Levurejaviereguiluz
authored andcommitted
Replaced orphan " and" at the end of the sentence by a dot
1 parent 081be3b commit f125a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/event_dispatcher.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Dispatch the Event
336336
The :method:`Symfony\\Component\\EventDispatcher\\EventDispatcher::dispatch`
337337
method notifies all listeners of the given event. It takes two arguments:
338338
the ``Event`` instance to pass to each listener of that event and the name
339-
of the event to dispatch and ::
339+
of the event to dispatch::
340340

341341
use Acme\Store\Event\OrderPlacedEvent;
342342
use Acme\Store\Order;

0 commit comments

Comments
 (0)