We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 213c6c6 + 9c9e7ee commit fde0e1eCopy full SHA for fde0e1e
1-js/09-classes/02-class-inheritance/article.md
@@ -499,7 +499,7 @@ In the example below a non-method syntax is used for comparison. `[[HomeObject]]
499
500
```js run
501
let animal = {
502
- eat: function() { // intentially writing like this instead of eat() {...
+ eat: function() { // intentionally writing like this instead of eat() {...
503
// ...
504
}
505
};
0 commit comments