Skip to content

Commit fd5f9d7

Browse files
committed
fix typo in snippets json
1 parent 329b76e commit fd5f9d7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.3.3] - 17-07-2019 (DD-MM-YYYY)
4+
### Patch
5+
- fix typo in snippets.json
6+
37
## [0.3.2] - 09-07-2019 (DD-MM-YYYY)
48
### Patch
59
- fix formatting issues in README.md for marketplace

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-nightwatchjs-snippets",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "NightwatchJS code snippets for Visual Studio Code",
55
"displayName": "NightwatchJS snippets",
66
"publisher": "Raju",

snippets/nightwatchsnippets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
"pause": {
283283
"prefix": "nwpause",
284284
"body": "pause(${1:2111ms}, ${2:optionalCallback})",
285-
"description": "pause(timems, optionalCallback)"
285+
"description": "pause(timeInMs, optionalCallback)"
286286
},
287287
"perform": {
288288
"prefix": "nwperform",

0 commit comments

Comments
 (0)