fix mini typo

This commit is contained in:
Richard Zhang 2019-10-31 15:55:57 -04:00 committed by GitHub
parent df58d3f543
commit 487c317c06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ So we can create new functionality on top of the existing.
## The "extends" keyword ## The "extends" keyword
Let's say with have class `Animal`: Let's say we have class `Animal`:
```js ```js
class Animal { class Animal {