Skip to content

Commit f888fd6

Browse files
committed
Merge pull request DrkSephy#3 from tiddle/master
Typo
2 parents 508b0aa + 8866dd0 commit f888fd6

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)