Skip to content

Commit 88d6a3f

Browse files
author
Adrian Goławski
authored
Fixing typo in the main document
numebers => numbers
1 parent 67405aa commit 88d6a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@ The `name` variable was declared with a `const` keyword, so its deletion is not
17961796

17971797
```javascript
17981798
const numbers = [1, 2, 3, 4, 5];
1799-
const [y] = numberes;
1799+
const [y] = numbers;
18001800

18011801
console.log(y);
18021802
```

0 commit comments

Comments
 (0)