From 63780ac601af45081029dac3f41f64964da05f29 Mon Sep 17 00:00:00 2001 From: Monster_01 <89054489+Charan-happy@users.noreply.github.com> Date: Sun, 19 Jun 2022 10:25:10 +0530 Subject: [PATCH] Update 11_day_destructuring_and_spreading.md a grammatical error in line 187: instead of "our" "we used to " is written --- .../11_day_destructuring_and_spreading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11_Day_Destructuring_and_spreading/11_day_destructuring_and_spreading.md b/11_Day_Destructuring_and_spreading/11_day_destructuring_and_spreading.md index d4ffc34..978a4e9 100644 --- a/11_Day_Destructuring_and_spreading/11_day_destructuring_and_spreading.md +++ b/11_Day_Destructuring_and_spreading/11_day_destructuring_and_spreading.md @@ -184,7 +184,7 @@ Node Express MongoDB ### Destructuring Object -When we destructure the name of the variable we use to destructure should be exactly the same as the key or property of the object. See the example below. +When we destructure the name of the variable our destructure should be exactly the same as the key or property of the object. See the example below. ```js const rectangle = {