From f700a3c8747c444098229d47dc36feef3f3b54c2 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 12 Dec 2019 19:25:18 -0500 Subject: [PATCH] move `it` to the correct spot --- .../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 b0909f1feb..017757fa94 100644 --- a/site/content/tutorial/02-reactivity/01-reactive-assignments/text.md +++ b/site/content/tutorial/02-reactivity/01-reactive-assignments/text.md @@ -18,4 +18,4 @@ function handleClick() { } ``` -Svelte 'instruments' this assignment with some code that tells it the DOM will need to be updated. \ No newline at end of file +Svelte 'instruments' this assignment with some code that tells the DOM it will need to be updated.