You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/2/fr/part2b.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,7 +257,7 @@ Le gestionnaire d'événements réinitialise également la valeur de l'élément
257
257
setNewNote('')
258
258
```
259
259
260
-
Vous pouvez trouver le code de notre application actuelle dans son intégralité sur la branche <i>part2-2</i> de [ce référentiel GitHub](https://github.com/fullstack-hy2020/part2-notes/tree/partie2-2).
260
+
Vous pouvez trouver le code de notre application actuelle dans son intégralité sur la branche <i>part2-2</i> de [ce référentiel GitHub](https://github.com/fullstack-hy2020/part2-notes/tree/part2-2).
261
261
262
262
### Filtrage des éléments affichés
263
263
@@ -391,7 +391,7 @@ Le texte du bouton dépend de la valeur de l'état <em>showAll</em> :
391
391
show {showAll ?'important':'all'}
392
392
```
393
393
394
-
Vous pouvez trouver le code de l'application actuelle dans son intégralité sur la branche <i>part2-3</i> de [ce référentiel GitHub](https://github.com/fullstack-hy2020/part2-notes/tree/partie2-3).
394
+
Vous pouvez trouver le code de l'application actuelle dans son intégralité sur la branche <i>part2-3</i> de [ce référentiel GitHub](https://github.com/fullstack-hy2020/part2-notes/tree/part2-3).
0 commit comments