Skip to content

Commit afec792

Browse files
committed
fix: minor typo in componentWillMount tab trigger, depends on PR 14
1 parent 2689055 commit afec792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/componentWillMount_react_native.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
}]]></content>
55
<tabTrigger>cwm</tabTrigger>
66
<scope>source.js,source.jsx</scope>
7-
<description>componentwillMount()</description>
7+
<description>componentWillMount()</description>
88
</snippet>

0 commit comments

Comments
 (0)