Skip to content

Commit b5b04c7

Browse files
committed
Merge pull request basarat#84 from patrikpeng/patch-1
Update destructuring.md
2 parents ad0847a + f071e3f commit b5b04c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/destructuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Destructuring
22

3-
TypeScript supports the following forms of Destructuring (literally named after de-stucturing i.e. breaking up the structure):
3+
TypeScript supports the following forms of Destructuring (literally named after de-structuring i.e. breaking up the structure):
44

55
1. Object Destructuring
66
1. Array Destructuring

0 commit comments

Comments
 (0)