2 parents c089ff7 + 5fbfb02 commit 769ae74Copy full SHA for 769ae74
1 file changed
1-js/07-object-oriented-programming/10-class-inheritance/article.md
@@ -487,7 +487,7 @@ Here, let's check that:
487
class Animal {}
488
class Rabbit extends Animal {}
489
490
-// for static propertites and methods
+// for static properties and methods
491
alert(Rabbit.__proto__ === Animal); // true
492
493
// and the next step is Function.prototype
0 commit comments