diff --git a/README.md b/README.md index 154f4901..56acb365 100644 --- a/README.md +++ b/README.md @@ -389,7 +389,7 @@ try { $response = Block\await($promise, Loop::get()); // response successfully received } catch (Exception $e) { - // an error occured while performing the request + // an error occurred while performing the request } ```