Skip to content

Commit 82502db

Browse files
authored
Correct spelling mistake in JS comment
independant -> independent
1 parent dc904d1 commit 82502db

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
@@ -605,7 +605,7 @@ for (let key in user) {
605605
}
606606
*/!*
607607

608-
// now clone is a fully independant clone
608+
// now clone is a fully independent clone
609609
clone.name = "Pete"; // changed the data in it
610610

611611
alert( user.name ); // still John in the original object

0 commit comments

Comments
 (0)