Skip to content

Commit 55e91ed

Browse files
authored
Merge pull request #145 from GeorgySerga/patch-2
Update 01-object
2 parents 4a375e0 + 36f3007 commit 55e91ed

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

+1-1
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)