Skip to content

Commit 8caba72

Browse files
authored
Update Destructuring.md
1 parent 09dd069 commit 8caba72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Destructuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ console.log(data);
2929
*/
3030

3131
/*
32-
Exercise: use destructuring to retrieve status, add to step 2 above as we can use comma delimeter to include more properties for destructuring
32+
Exercise: use destructuring to retrieve status, add to step 2 above as we can use comma delimeters to include more properties for destructuring
3333
*/
3434
```
3535

0 commit comments

Comments
 (0)