We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af949b5 + 113cb6c commit 543d1cdCopy full SHA for 543d1cd
README.md
@@ -6916,7 +6916,7 @@
6916
1. Create an `AbortController` instance
6917
2. Get the signal property of an instance and pass the signal as a fetch option for signal
6918
3. Call the AbortController's abort property to cancel all fetches that use that signal
6919
- For example, let's pass the same signal to multiple fetch calls will cancel all requests with that signal,
+ For example, passing the same signal to multiple fetch calls will cancel all requests with that signal,
6920
6921
```javascript
6922
const controller = new AbortController();
0 commit comments