8000 Fix typo · symfonyaml/symfony@1538b4a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1538b4a

Browse files
committed
Fix typo
1 parent 4a9c2e8 commit 1538b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Mailer/Envelope.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function getRecipients(): array
9797
* The SMTPUTF8 extension is strictly required if any address
9898
* contains a non-ASCII character in its localpart. If non-ASCII
9999
* is only used in domains (e.g. horst@freiherr-von-mühlhausen.de)
100-
* then it is possible to to send the message using IDN encoding
100+
* then it is possible to send the message using IDN encoding
101101
* instead of SMTPUTF8. The most common software will display the
102102
* message as intended.
103103
*/

0 commit comments

Comments
 (0)
0