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.