Skip to content

Commit 72306fc

Browse files
committed
Conflict fixed on "Promises chaining" page in french language
1 parent 38f7cdd commit 72306fc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

1-js/11-async/03-promise-chaining/article.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,7 @@ fetch('/article/promise-chaining/user.json')
265265

266266
Maintenant faisons quelque chose avec l'utilisateur chargé.
267267

268-
<<<<<<< HEAD
269268
Par exemple, nous pouvons faire une demande supplémentaire à GitHub, charger le profil de l'utilisateur et afficher l'avatar:
270-
=======
271-
For instance, we can make one more request to GitHub, load the user profile and show the avatar:
272-
>>>>>>> 99e59ba611ab11319ef9d0d66734b0bea2c3f058
273269

274270
```js run
275271
// Faire une demande pour user.json

0 commit comments

Comments
 (0)