We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe63de8 + f8782ac commit 747fc37Copy full SHA for 747fc37
1-js/09-classes/02-class-inheritance/article.md
@@ -317,7 +317,7 @@ new Rabbit(); // animal
317
*/!*
318
```
319
320
-Here, class `Rabbit` extends `Animal` and overrides `name` field with its own value.
+Here, class `Rabbit` extends `Animal` and overrides the `name` field with its own value.
321
322
There's no own constructor in `Rabbit`, so `Animal` constructor is called.
323
0 commit comments