We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1c69dc + 6978341 commit 47afc46Copy full SHA for 47afc46
1 file changed
README.md
@@ -98,7 +98,7 @@ $factory->createClient('localhost:6379')->then(
98
// client connected (and authenticated)
99
},
100
function (Exception $e) {
101
- // an error occured while trying to connect (or authenticate) client
+ // an error occurred while trying to connect (or authenticate) client
102
}
103
);
104
```
0 commit comments