We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df58d3f + 487c317 commit 1bc2c9aCopy full SHA for 1bc2c9a
1-js/09-classes/02-class-inheritance/article.md
@@ -7,7 +7,7 @@ So we can create new functionality on top of the existing.
7
8
## The "extends" keyword
9
10
-Let's say with have class `Animal`:
+Let's say we have class `Animal`:
11
12
```js
13
class Animal {
0 commit comments