Skip to content

Commit 8866dd0

Browse files
committed
Typo
Fix a typo
1 parent 5508453 commit 8866dd0

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
@@ -250,7 +250,7 @@ let text = `The time and date is ${today.toLocaleString()}`
250250

251251
## Destructuring
252252

253-
Destructuring allows us to extract values from arrays and objects (even deeply nested) and store them in variables with a more convient syntax.
253+
Destructuring allows us to extract values from arrays and objects (even deeply nested) and store them in variables with a more convenient syntax.
254254

255255
### Destructuring Arrays
256256

0 commit comments

Comments
 (0)