From 69783410a86551a7b17775aabc84eabfd393539a Mon Sep 17 00:00:00 2001 From: Kit Sunde Date: Tue, 23 Aug 2016 18:44:56 +0800 Subject: [PATCH] Fix typo occured -> occurred --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ); ```