Skip to content

Commit 11cb65a

Browse files
committed
minor #13274 Fixed verb "send" in past tense: "sent" (leoloso)
This PR was merged into the 5.0 branch. Discussion ---------- Fixed verb "send" in past tense: "sent" <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap 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 `master` for features of unreleased versions). --> Commits ------- 8f3c38e Fixed verb "send" in past tense: "sent"
2 parents 50d70f1 + 8f3c38e commit 11cb65a

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
@@ -15,7 +15,7 @@ Installation
1515
Current web applications use many different channels to send messages to
1616
the users (e.g. SMS, Slack messages, emails, push notifications, etc.). The
1717
Notifier component in Symfony is an abstraction on top of all these
18-
channels. It provides a dynamic way to manage how the messages are send.
18+
channels. It provides a dynamic way to manage how the messages are sent.
1919
Get the Notifier installed using:
2020

2121
.. code-block:: terminal

0 commit comments

Comments
 (0)