diff --git a/site/content/tutorial/99-todo/99-todo/text.md b/site/content/tutorial/99-todo/99-todo/text.md index 11378cd651..15d6327819 100644 --- a/site/content/tutorial/99-todo/99-todo/text.md +++ b/site/content/tutorial/99-todo/99-todo/text.md @@ -124,13 +124,13 @@ Maybe lifecycle should go first, since we're using `onMount` in the `this` demo? ## use: directive -* `use:foo` -* `use:foo={bar}` +* [ ] `use:foo` +* [ ] `use:foo={bar}` ## class: directive -* `class:foo={bar}` -* `class:foo` +* [ ] `class:foo={bar}` +* [ ] `class:foo` ## Composition @@ -142,18 +142,18 @@ Maybe lifecycle should go first, since we're using `onMount` in the `this` demo? ## Special elements -* `` -* `` -* `` -* `` -* `` +* [ ] `` +* [ ] `` +* [ ] `` +* [ ] `` +* [ ] `` ## Miscellaneous -* Keyed each blocks -* Debug tags -* `context="module"` +* [ ] Keyed each blocks +* [ ] Debug tags +* [ ] `context="module"` ---