2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00
spelling correction

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Shreem Asati
2022-10-30 22:59:36 +05:30
committed by GitHub
parent c16fe222c4
commit 34811cbb4f
+1 -1
View File
@@ -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