From ac62feb986a19799009c98dbf28bc60484044243 Mon Sep 17 00:00:00 2001 From: The Jared Wilcurt Date: Fri, 6 Dec 2019 16:17:22 -0500 Subject: [PATCH] Accurately name function --- .../tutorial/02-reactivity/01-reactive-assignments/text.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 b0909f1feb..67f8a53f43 100644 --- a/site/content/tutorial/02-reactivity/01-reactive-assignments/text.md +++ b/site/content/tutorial/02-reactivity/01-reactive-assignments/text.md @@ -7,15 +7,15 @@ 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 -