Skip to content

Commit 6e9475c

Browse files
authored
Merge pull request #53 from yadaiio/typo
Fix typo in CHANGELOG.md
2 parents 4f9cf0a + 2073667 commit 6e9475c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
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)