Skip to content

Commit f07098c

Browse files
committed
todo-list become todo-item in comment
Signed-off-by: Haeresis <bruno.lesieur@gmail.com>
1 parent 70c4108 commit f07098c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ Maintenant nous pouvons l'insérer dans le template d'un autre composant :
298298

299299
``` html
300300
<ol>
301-
<!-- Crée une instance du composant todo-list -->
301+
<!-- Crée une instance du composant todo-item -->
302302
<todo-item></todo-item>
303303
</ol>
304304
```

0 commit comments

Comments
 (0)