Skip to content

Commit 6bbf5c1

Browse files
author
Corentin Andre
committed
Small bug fix
1 parent d7e027e commit 6bbf5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/snippets.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
'prefix': 'methods'
170170
'body': """
171171
methods: {
172-
${{1:methodName}}: function ${{1:methodName}}() {
172+
${1:methodName}: function ${1:methodName}() {
173173
174174
}
175175
}

0 commit comments

Comments
 (0)