Merge pull request #1671 from Aissaoui-Ahmed/patch-1

Update article.md
This commit is contained in:
Alexey Pyltsyn 2019-12-19 23:15:03 +03:00 committed by GitHub
commit fde0e1e53f
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() {...
// ...
}
};