Skip to content

Commit 6e2dad9

Browse files
authored
Merge pull request #1248 from snowcoding/patch-1
Update article.md
2 parents 857c74f + 107fed1 commit 6e2dad9

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/10-destructuring-assignment

1 file changed

+1
-1
lines changed

1-js/05-data-types/10-destructuring-assignment/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ In real-life, the problem is how to remember the order of arguments. Usually IDE
428428
Like this?
429429
430430
```js
431-
// undefined where detauls values are fine
431+
// undefined where default values are fine
432432
showMenu("My Menu", undefined, undefined, ["Item1", "Item2"])
433433
```
434434

0 commit comments

Comments
 (0)