From 34811cbb4ffba30e636ce6689317baa0fd210b9d Mon Sep 17 00:00:00 2001 From: Shreem Asati <96364929+shreem-123@users.noreply.github.com> Date: Sun, 30 Oct 2022 22:59:36 +0530 Subject: [PATCH] typo fix #800 (#5193) spelling correction Co-authored-by: Jay --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fb13ea408..5c22bf7bcf 100644 --- a/README.md +++ b/README.md @@ -825,7 +825,7 @@ controller.abort() You can also cancel a request using a *CancelToken*. -> The axios cancel token API is based on the withdrawn [cancelable promises proposal](https://github.com/tc39/proposal-cancelable-promises). +> The axios cancel token API is based on the withdrawn [cancellable promises proposal](https://github.com/tc39/proposal-cancelable-promises). > This API is deprecated since v0.22.0 and shouldn't be used in new projects