From db3f9a1bb2f44226bee90a8c1e80e1af1f0f881c Mon Sep 17 00:00:00 2001 From: Premsugeendran Date: Sun, 10 May 2026 14:03:55 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20typo=20"occured"=20=E2=86=92=20"o?= =?UTF-8?q?ccurred"=20in=20README=20(3=20occurrences)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 976f688..6528c5e 100644 --- a/README.md +++ b/README.md @@ -197,13 +197,13 @@ at the last index. #### retryOperation.mainError() -A reference to the error object that occured most frequently. Errors are +A reference to the error object that occurred most frequently. Errors are compared using the `error.message` property. -If multiple error messages occured the same amount of time, the last error +If multiple error messages occurred the same amount of time, the last error object with that message is returned. -If no errors occured so far, the value is `null`. +If no errors occurred so far, the value is `null`. #### retryOperation.attempt(fn, timeoutOps)