Skip to content

Commit 36f3007

Browse files
authored
Update 01-object
Little grammar fix, add subject "we".
1 parent 25e97bb commit 36f3007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/04-object-basics/01-object/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ Now we have two variables, each one with the reference to the same object:
495495
496496
![](variable-copy-reference.png)
497497
498-
Now can use any variable to access the cabinet and modify its contents:
498+
We can use any variable to access the cabinet and modify its contents:
499499
500500
```js run
501501
let user = { name: 'John' };

0 commit comments

Comments
 (0)