diff --git a/site/content/tutorial/02-reactivity/04-updating-arrays-and-objects/text.md b/site/content/tutorial/02-reactivity/04-updating-arrays-and-objects/text.md index 93433a99b5..50b25be05a 100644 --- a/site/content/tutorial/02-reactivity/04-updating-arrays-and-objects/text.md +++ b/site/content/tutorial/02-reactivity/04-updating-arrays-and-objects/text.md @@ -51,4 +51,4 @@ quox(obj); ...won't trigger reactivity on `obj.foo.bar`, unless you follow it up with `obj = obj`. -A simple rule of thumb: the name of the updated variable must directly appear on the left hand side of the assignment. \ No newline at end of file +A simple rule of thumb: the updated variable must directly appear on the left hand side of the assignment. \ No newline at end of file