We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c7a30 commit e8154d0Copy full SHA for e8154d0
1 file changed
1-js/04-object-basics/01-object/article.md
@@ -459,7 +459,7 @@ let message = "Hello!";
459
let phrase = message;
460
```
461
462
-As a result we have two independant variables, each one is storing the string `"Hello!"`.
+As a result we have two independent variables, each one is storing the string `"Hello!"`.
463
464

465
0 commit comments