From 58adba2fb51efadf6577121840589679a5b7d6a0 Mon Sep 17 00:00:00 2001 From: gtmnayan <50981692+gtm-nayan@users.noreply.github.com> Date: Wed, 20 Apr 2022 09:01:19 +0545 Subject: [PATCH] remove `name of the` --- .../02-reactivity/04-updating-arrays-and-objects/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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