Skip to content

Commit 74c6fbe

Browse files
committed
copy: fix incorrect three-dots in comment
1 parent d660d7b commit 74c6fbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/learn/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ export default function MyApp() {
451451
}
452452

453453
function MyButton() {
454-
// on a bougé ce code à partir d’ici
454+
// ... on a bougé ce code à partir d’ici ...
455455
}
456456

457457
```

0 commit comments

Comments
 (0)