Skip to content

Commit fde0e1e

Browse files
authored
Merge pull request #1671 from Aissaoui-Ahmed/patch-1
Update article.md
2 parents 213c6c6 + 9c9e7ee commit fde0e1e

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)