Skip to content

Commit 543d1cd

Browse files
authored
Merge pull request #280 from Benappiahpoku/patch-17
Update Question 383 README.md
2 parents af949b5 + 113cb6c commit 543d1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6916,7 +6916,7 @@
69166916
1. Create an `AbortController` instance
69176917
2. Get the signal property of an instance and pass the signal as a fetch option for signal
69186918
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,
6919+
For example, passing the same signal to multiple fetch calls will cancel all requests with that signal,
69206920
69216921
```javascript
69226922
const controller = new AbortController();

0 commit comments

Comments
 (0)