Skip to content

Commit 3165a37

Browse files
author
Zeno Rocha
committed
Prompt - Source formatting
1 parent 832fc9a commit 3165a37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ it('${1:description}', function () {
308308
### [pm] prompt
309309
310310
```javascript
311-
prompt(${1:'obj'});
311+
prompt('${1:msg}');
312312
```
313313
314314
## Contributing

prompt.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<snippet>
22
<content><![CDATA[
3-
prompt(${'1:obj'});
3+
prompt('${1:msg}');
44
]]></content>
55
<tabTrigger>pm</tabTrigger>
66
<scope>source.js</scope>

0 commit comments

Comments
 (0)