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.