Skip to content

Commit 13f4fac

Browse files
committed
Fix typo: synchronous -> synchronously
1 parent 54fec5a commit 13f4fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
*

0 commit comments

Comments
 (0)