Skip to content

Commit

Permalink
Fix typo: synchronous -> synchronously
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw committed Jun 27, 2024
1 parent 54fec5a commit 13f4fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MailerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Symfony\Component\Mime\RawMessage;

/**
* Interface for mailers able to send emails synchronous and/or asynchronous.
* Interface for mailers able to send emails synchronously and/or asynchronously.
*
* Implementations must support synchronous and asynchronous sending.
*
Expand Down

0 comments on commit 13f4fac

Please sign in to comment.