From bf2c4e4680d0912ae7c1fa03e2be697416d00459 Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Fri, 8 Mar 2019 09:28:15 -0500 Subject: [PATCH] minor fix --- .../content/tutorial/16-special-elements/05-svelte-body/text.md | 2 +- site/content/tutorial/99-todo/99-todo/text.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/tutorial/16-special-elements/05-svelte-body/text.md b/site/content/tutorial/16-special-elements/05-svelte-body/text.md index 71656b1625..95da3ce608 100644 --- a/site/content/tutorial/16-special-elements/05-svelte-body/text.md +++ b/site/content/tutorial/16-special-elements/05-svelte-body/text.md @@ -2,7 +2,7 @@ title: --- -Similar to ``, the `` element allows you to listen for events that fire on `body`. This is useful with the `mouseenter` and `mouseleave` events, which don't fire on `window`. +Similar to ``, the `` element allows you to listen for events that fire on `document.body`. This is useful with the `mouseenter` and `mouseleave` events, which don't fire on `window`. Add the `mouseenter` and `mouseleave` handlers to the `` tag: diff --git a/site/content/tutorial/99-todo/99-todo/text.md b/site/content/tutorial/99-todo/99-todo/text.md index 42eb753866..7106ba7f27 100644 --- a/site/content/tutorial/99-todo/99-todo/text.md +++ b/site/content/tutorial/99-todo/99-todo/text.md @@ -147,7 +147,7 @@ Maybe lifecycle should go first, since we're using `onMount` in the `this` demo? * [x] `` * [x] `` * [x] `` -* [ ] `` +* [x] `` * [ ] ``