Skip to content

Commit 7a644f2

Browse files
committed
update: js snippets
1 parent e9d34a7 commit 7a644f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Console
44

5-
### [jscl] console.log
5+
### [j-cl] console.log
66

77
```javascript
88
console.log(${1:obj});

js/js-console-log.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<content><![CDATA[
33
console.log(${1:obj});
44
]]></content>
5-
<tabTrigger>jscl</tabTrigger>
5+
<tabTrigger>j-cl</tabTrigger>
66
<description>console.log</description>
77
</snippet>

0 commit comments

Comments
 (0)