Update article.md

Quick typo fix
This commit is contained in:
Vim Shah 2019-08-19 16:42:15 -07:00 committed by GitHub
parent 07784d8cfa
commit 107fed11a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -428,7 +428,7 @@ In real-life, the problem is how to remember the order of arguments. Usually IDE
Like this?
```js
// undefined where detauls values are fine
// undefined where default values are fine
showMenu("My Menu", undefined, undefined, ["Item1", "Item2"])
```