Skip to content

Commit 620cc8f

Browse files
committed
FR translation: fix typo
1 parent 03f503b commit 620cc8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/playground/fr/3-7/Syntax and Messaging/Optional Chaining.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
// Accès aux propriétés d'un objet
99

1010
// Imaginons que nous ayons un album où l'artiste, et sa bio, puissent ne pas
11-
// être present dans les données. Par exemple, une compilation pourrait n'aurait pas un seul artiste.
11+
// être present dans les données. Par exemple, une compilation pourrait ne pas
12+
// avoir qu'un seul artiste.
1213

1314
type AlbumAPIResponse = {
1415
title: string;

0 commit comments

Comments
 (0)