From e0f95ece669f1b31af623504dd580ef9380e7d82 Mon Sep 17 00:00:00 2001 From: czomer Date: Sat, 12 Feb 2022 09:43:37 +0100 Subject: [PATCH] Close button tag to prevent UI warning --- .../tutorial/02-reactivity/01-reactive-assignments/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/02-reactivity/01-reactive-assignments/text.md b/site/content/tutorial/02-reactivity/01-reactive-assignments/text.md index 15b58f0820..bf76288ad0 100644 --- a/site/content/tutorial/02-reactivity/01-reactive-assignments/text.md +++ b/site/content/tutorial/02-reactivity/01-reactive-assignments/text.md @@ -7,7 +7,7 @@ At the heart of Svelte is a powerful system of *reactivity* for keeping the DOM To demonstrate it, we first need to wire up an event handler. Replace line 9 with this: ```html -