Skip to content

Commit 107fed1

Browse files
authored
Update article.md
Quick typo fix
1 parent 07784d8 commit 107fed1

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)