Skip to content

Commit c661fb2

Browse files
committed
minor #16150 [Notifier] Corrected typo in notifier.rst (askeita)
This PR was merged into the 5.3 branch. Discussion ---------- [Notifier] Corrected typo in notifier.rst Replaced "send" by "sent". <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 66a248a Corrected typo in notifier.rst
2 parents 49617aa + 66a248a commit c661fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ The
615615
:class:`Symfony\\Component\\Notifier\\Notification\\SmsNotificationInterface`
616616
and
617617
:class:`Symfony\\Component\\Notifier\\Notification\\EmailNotificationInterface`
618-
also exists to modify messages send to those channels.
618+
also exists to modify messages sent to those channels.
619619

620620
Disabling Delivery
621621
------------------

0 commit comments

Comments
 (0)