8000 minor #57562 Fix grammar typo: synchronous -> synchronously (bocharsk… · symfony/symfony@7ee6bec · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ee6bec

Browse files
minor #57562 Fix grammar typo: synchronous -> synchronously (bocharsky-bw)
This PR was merged into the 5.4 branch. Discussion ---------- Fix grammar typo: synchronous -> synchronously | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | no <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT Just a grammar typo Commits ------- 786abd1 Fix typo: synchronous -> synchronously
2 parents 792c027 + 786abd1 commit 7ee6bec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Symfony/Component/Mailer/MailerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Symfony\Component\Mime\RawMessage;
1616

1717
/**
18-
* Interface for mailers able to send emails synchronous and/or asynchronous.
18+
* Interface for mailers able to send emails synchronously and/or asynchronously.
1919
*
2020
* Implementations must support synchronous and asynchronous sending.
2121
*

src/Symfony/Component/Notifier/ChatterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\Notifier\Transport\TransportInterface;
1515

1616
/**
17-
* Interface for classes able to send chat messages synchronous and/or asynchronous.
17+
* Interface for classes able to send chat messages synchronously and/or asynchronously.
1818
*
1919
* @author Fabien Potencier <fabien@symfony.com>
2020
*/

src/Symfony/Component/Notifier/TexterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\Notifier\Transport\TransportInterface;
1515

1616
/**
17-
* Interface for classes able to send SMS messages synchronous and/or asynchronous.
17+
* Interface for classes able to send SMS messages synchronously and/or asynchronously.
1818
*
1919
* @author Fabien Potencier <fabien@symfony.com>
2020
*/

0 commit comments

Comments
 (0)
0