Skip to content

Commit a17cf26

Browse files
committed
Updated destructing syntax in readme.
1 parent 4322e19 commit a17cf26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Below is a list of all available snippets and the triggers of each one. The **
5151
| `fin→` | for ... in loop `for(let item in object) {}` |
5252
| `anfn→` | creates an anonymous function `(params) => {}` |
5353
| `nfn→` | creates a named function `const add = (params) => {}` |
54-
| `dob→` | desctucting object syntax `const {rename} = fs` |
55-
| `dar→` | desctucting array syntax `const [first, second] = [1,2]` |
54+
| `dob→` | destructing object syntax `const {rename} = fs` |
55+
| `dar→` | destructing array syntax `const [first, second] = [1,2]` |
5656
| `sti→` | set interval helper method `setInterval(() => {});` |
5757
| `sto→` | set timeout helper method `setTimeout(() => {});` |
5858
| `prom→` | creates a new Promise `return new Promise((resolve, reject) => {});`|

0 commit comments

Comments
 (0)