Skip to content

Commit 47afc46

Browse files
authored
Merge pull request #41 from kitsunde/patch-1
Fix typo occured -> occurred
2 parents c1c69dc + 6978341 commit 47afc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ $factory->createClient('localhost:6379')->then(
9898
// client connected (and authenticated)
9999
},
100100
function (Exception $e) {
101-
// an error occured while trying to connect (or authenticate) client
101+
// an error occurred while trying to connect (or authenticate) client
102102
}
103103
);
104104
```

0 commit comments

Comments
 (0)