diff --git a/README.md b/README.md index 4d5ae6c..a417680 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ $factory->createClient('localhost:6379')->then( // client connected (and authenticated) }, function (Exception $e) { - // an error occured while trying to connect (or authenticate) client + // an error occurred while trying to connect (or authenticate) client } ); ```