Skip to content

Commit 4c557dc

Browse files
committed
Conflict fixed on "Fetch: Abort" page in french language
1 parent 6cd12d2 commit 4c557dc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

5-network/04-fetch-abort/article.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,7 @@ fetch(url, {
6565

6666
La méthode `fetch` sait comment travailler avec `AbortController`. Il écoutera les événements `abort` sur `signal`.
6767

68-
<<<<<<< HEAD
69-
Maintenant, pour abandonner, appelez `controller.abort()` :
70-
=======
71-
Now, to abort, call `controller.abort()`:
72-
>>>>>>> 99e59ba611ab11319ef9d0d66734b0bea2c3f058
68+
Maintenant, pour abandonner, appelons `controller.abort()` :
7369

7470
```js
7571
controller.abort();

0 commit comments

Comments
 (0)