Skip to content

Commit 769ae74

Browse files
authored
Merge pull request #807 from CyberMew/patch-7
Update article.md
2 parents c089ff7 + 5fbfb02 commit 769ae74

File tree

1 file changed

+1
-1
lines changed
  • 1-js/07-object-oriented-programming/10-class-inheritance

1 file changed

+1
-1
lines changed

1-js/07-object-oriented-programming/10-class-inheritance/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ Here, let's check that:
487487
class Animal {}
488488
class Rabbit extends Animal {}
489489

490-
// for static propertites and methods
490+
// for static properties and methods
491491
alert(Rabbit.__proto__ === Animal); // true
492492

493493
// and the next step is Function.prototype

0 commit comments

Comments
 (0)