Skip to content

Commit d951309

Browse files
committed
Fix typo in CHANGELOG.md
1 parent 09366dd commit d951309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
```php
122122
$promise = $proxy->connect('imap.example.com:143');
123-
$promise->then(null, function (Exeption $e) {
123+
$promise->then(null, function (Exception $e) {
124124
if ($e->getCode() === SOCKET_EACCES) {
125125
echo 'Failed to authenticate with proxy!';
126126
}

0 commit comments

Comments
 (0)