Skip to content

Commit 113cb6c

Browse files
Update Question 383 README.md
minor fix
1 parent af949b5 commit 113cb6c

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)