Skip to content

Commit 947cdbb

Browse files
authored
Update article.md
'chapter' -> 'article'
1 parent aa0c451 commit 947cdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/09-classes/05-extend-natives/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Built-in objects have their own static methods, for instance `Object.keys`, `Arr
7474

7575
As we already know, native classes extend each other. For instance, `Array` extends `Object`.
7676

77-
Normally, when one class extends another, both static and non-static methods are inherited. That was thoroughly explained in the chapter [](info:static-properties-methods#statics-and-inheritance).
77+
Normally, when one class extends another, both static and non-static methods are inherited. That was thoroughly explained in the article [](info:static-properties-methods#statics-and-inheritance).
7878

7979
But built-in classes are an exception. They don't inherit statics from each other.
8080

0 commit comments

Comments
 (0)