From 19e4a4fdf3d2bff0caa551236cff10e4df5ff3cd Mon Sep 17 00:00:00 2001 From: Walker Lockard Date: Sun, 16 May 2021 01:39:39 -0500 Subject: [PATCH 1/5] Update tutorial text.md (#6329) The component referenced in text.md is no longer on line 33 of the provided code. --- .../tutorial/16-special-elements/03-svelte-window/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/16-special-elements/03-svelte-window/text.md b/site/content/tutorial/16-special-elements/03-svelte-window/text.md index b581b3ada4..3c6c71a730 100644 --- a/site/content/tutorial/16-special-elements/03-svelte-window/text.md +++ b/site/content/tutorial/16-special-elements/03-svelte-window/text.md @@ -4,7 +4,7 @@ title: Just as you can add event listeners to any DOM element, you can add event listeners to the `window` object with ``. -On line 33, add the `keydown` listener: +On line 11, add the `keydown` listener: ```html From 58b897fc83450f9ca129306f26ac3b8ee94f3e56 Mon Sep 17 00:00:00 2001 From: Lawrence Logoh Date: Sun, 16 May 2021 12:16:24 +0000 Subject: [PATCH 2/5] updated select-bindings text.md (#6333) Referenced line is now 20 instead of 24 --- site/content/tutorial/06-bindings/06-select-bindings/text.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/tutorial/06-bindings/06-select-bindings/text.md b/site/content/tutorial/06-bindings/06-select-bindings/text.md index f4972557ab..b9cf2de6ec 100644 --- a/site/content/tutorial/06-bindings/06-select-bindings/text.md +++ b/site/content/tutorial/06-bindings/06-select-bindings/text.md @@ -2,7 +2,7 @@ title: Select bindings --- -We can also use `bind:value` with `` elements. Update line 20: ```html ` elements. Update line 24: Note that the `