Skip to content

Commit a2da7c1

Browse files
committed
Typo
1 parent 2f74bab commit a2da7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ A round-robin transport is configured with two or more transports joined by the
128128
$dsn = 'api://id@postmark && smtp://key@sendgrid'
129129

130130
The mailer will start using the first transport and if it fails, it will retry
131-
the same delivery with the next transports untile one of them succeeds (or until
131+
the same delivery with the next transports until one of them succeeds (or until
132132
all of them fail).
133133

134134
Sending emails asynchronously

0 commit comments

Comments
 (0)