Skip to content

Commit 037b7ee

Browse files
committedJan 14, 2015
Merge pull request #54 from shir/patch-1
Fix quotes for context description
2 parents 9fd6bab + 50e64c0 commit 037b7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Snippets/context.sublime-snippet

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<snippet>
2-
<content><![CDATA[context '${1:description}' do
2+
<content><![CDATA[context "${1:description}" do
33
$0
44
end]]></content>
55
<tabTrigger>con</tabTrigger>

0 commit comments

Comments
 (0)