Skip to content

Commit 747fc37

Browse files
authored
Merge pull request #2771 from itaileshem/fix-typo
Fix grammar
2 parents fe63de8 + f8782ac commit 747fc37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/09-classes/02-class-inheritance/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ new Rabbit(); // animal
317317
*/!*
318318
```
319319

320-
Here, class `Rabbit` extends `Animal` and overrides `name` field with its own value.
320+
Here, class `Rabbit` extends `Animal` and overrides the `name` field with its own value.
321321

322322
There's no own constructor in `Rabbit`, so `Animal` constructor is called.
323323

0 commit comments

Comments
 (0)