From d6450962b01a3f8d97504a89a36059d0d02b1c48 Mon Sep 17 00:00:00 2001 From: Erjan Kalybek Date: Sat, 27 Jul 2019 10:07:39 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0c3e6c..de62937 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ const MyDoggoImage = () => { #### Cancelling an in-flight `fetch` request -You can react to cancels, that might occure while a promise has not resolved yet, by registering a handler via `onCancel`. +You can react to cancels, that might occur while a promise has not resolved yet, by registering a handler via `onCancel`. After an async operation has been processed, the `onCancel` handler is automatically being unset. ```jsx