Skip to content

Commit

Permalink
#12 Fix the description for the promise snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
xabikos committed Oct 2, 2016
1 parent 4a63c58 commit b61ee2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"promise": {
"prefix": "prom",
"body": "return new Promise((resolve, reject) => {\n\t${1}\n});",
"description": "Executes the given function after the specified delay in ES6 syntax"
"description": "Creates and returns a new Promise in the standard ES6 syntax"
},

"consoleAssert": {
Expand Down

0 comments on commit b61ee2a

Please sign in to comment.