Skip to content

Commit

Permalink
Merge pull request #68 from XueshiQiao/master
Browse files Browse the repository at this point in the history
Add missing "}"
  • Loading branch information
xabikos authored Apr 18, 2020
2 parents 3bba8f0 + 9e6c871 commit f81097f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Below is a list of all available snippets and the triggers of each one. The **
| `sti→` | set interval helper method `setInterval(() => {});` |
| `sto→` | set timeout helper method `setTimeout(() => {});` |
| `prom→` | creates a new Promise `return new Promise((resolve, reject) => {});`|
| `thenc→` | adds then and catch declaration to a promise `.then((res) => {).catch((err) => {});`|
| `thenc→` | adds then and catch declaration to a promise `.then((res) => {}).catch((err) => {});`|

### Console methods
| Trigger | Content |
Expand Down

0 comments on commit f81097f

Please sign in to comment.