Update article.md
fix typo intentially -> intentionally
This commit is contained in:
parent
524d598846
commit
9c9e7ee3e9
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ In the example below a non-method syntax is used for comparison. `[[HomeObject]]
|
|||
|
||||
```js run
|
||||
let animal = {
|
||||
eat: function() { // intentially writing like this instead of eat() {...
|
||||
eat: function() { // intentionally writing like this instead of eat() {...
|
||||
// ...
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue