8000 [Notifier][Clickatell] Fixed minor typo · symfony/symfony@70448a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 70448a8

Browse files
committed
[Notifier][Clickatell] Fixed minor typo
1 parent 52839be commit 70448a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/Clickatell/ClickatellTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ protected function doSend(MessageInterface $message): SentMessage
7878
try {
7979
$statusCode = $response->getStatusCode();
8080
} catch (TransportExceptionInterface $e) {
81-
throw new TransportException('Could not reach the remote Clicktell server.', $response, 0, $e);
81+
throw new TransportException('Could not reach the remote Clickatell server.', $response, 0, $e);
8282
}
8383

8484
if (202 === $statusCode) {

0 commit comments

Comments
 (0)
0