Update article.md

fix typo intentially -> intentionally
This commit is contained in:
Aissaoui Ahmed 2019-12-11 00:18:17 +01:00 committed by GitHub
parent 524d598846
commit 9c9e7ee3e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {...
// ...
}
};