Skip to content

Commit e8154d0

Browse files
Misspelled independent
1 parent 33c7a30 commit e8154d0

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
@@ -459,7 +459,7 @@ let message = "Hello!";
459459
let phrase = message;
460460
```
461461
462-
As a result we have two independant variables, each one is storing the string `"Hello!"`.
462+
As a result we have two independent variables, each one is storing the string `"Hello!"`.
463463
464464
![](variable-copy-value.png)
465465

0 commit comments

Comments
 (0)