more typos

This commit is contained in:
Thierry Parmentelat 2017-06-01 08:17:51 +02:00
parent dc1a4fb6ad
commit fb6b393f0c
6 changed files with 23 additions and 23 deletions

View file

@ -117,7 +117,7 @@ alert( rabbit instanceof Rabbit ); // false
*/!*
```
That's one of reasons to evade changing `prototype`. Just to keep safe.
That's one of reasons to avoid changing `prototype`. Just to keep safe.
## Bonus: Object toString for the type