From 37ff0e77700ad96b33091e10715b260055dd76b8 Mon Sep 17 00:00:00 2001 From: Juan Giordana Date: Thu, 24 Mar 2022 14:16:50 -0300 Subject: [PATCH] Correct final sentence. Correct final sentence; --- .../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..42c9aa2cf0 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 incrementCount() { } ``` -Svelte 'instruments' this assignment with some code that tells it the DOM will need to be updated. +Svelte 'instruments' this assignment with some code that tells the DOM it will need to be updated.