Skip to content

Commit f0de487

Browse files
committed
minor #13855 Replaced orphan " and" at the end of the sentence by a dot (Levure)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- Replaced orphan " and" at the end of the sentence by a dot Commits ------- f125a42 Replaced orphan " and" at the end of the sentence by a dot
2 parents 081be3b + f125a42 commit f0de487

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)