Skip to content

Commit 9c9e7ee

Browse files
Update article.md
fix typo intentially -> intentionally
1 parent 524d598 commit 9c9e7ee

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ In the example below a non-method syntax is used for comparison. `[[HomeObject]]
499499

500500
```js run
501501
let animal = {
502-
eat: function() { // intentially writing like this instead of eat() {...
502+
eat: function() { // intentionally writing like this instead of eat() {...
503503
// ...
504504
}
505505
};

0 commit comments

Comments
 (0)