Skip to content

Commit 91e0ea7

Browse files
authored
Fix typo in componentWillMount method
1 parent 2689055 commit 91e0ea7

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)