Skip to content

Commit 4d357d1

Browse files
authored
clarified proposal state
1 parent 68ec2ab commit 4d357d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ axios.get('/user/12345', {
473473

474474
You can cancel a request using a *cancel token*.
475475

476-
> The axios cancel token API is based on the [cancelable promises proposal](https://github.com/tc39/proposal-cancelable-promises), which is currently at Stage 1.
476+
> The axios cancel token API is based on the withdrawn [cancelable promises proposal](https://github.com/tc39/proposal-cancelable-promises).
477477
478478
You can create a cancel token using the `CancelToken.source` factory as shown below:
479479

0 commit comments

Comments
 (0)