Skip to content

Commit 9e9425c

Browse files
authored
Merge pull request #14 from waynedunkley/patch-1
Fix typo in componentWillMount snippet
2 parents afec792 + 91e0ea7 commit 9e9425c

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
@@ -133,7 +133,7 @@
133133
'View':
134134
'prefix': 'rnView'
135135
'body': '<View style={styles.${1}}>${2}</View>$0'
136-
'componentwillMount()':
136+
'componentWillMount()':
137137
'prefix': 'cwm'
138138
'body': """
139139
componentWillMount() {

0 commit comments

Comments
 (0)