Skip to content

Commit 209fc1f

Browse files
typo: changed 'useContent' to 'useContext'
1 parent 3eacd9b commit 209fc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/react-javascript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"React useContext": {
4444
"prefix": "ruc",
4545
"body": ["const ${1} = useContext(${2});"],
46-
"description": "useContent"
46+
"description": "useContext"
4747
},
4848
"React useRef": {
4949
"prefix": "rur",

0 commit comments

Comments
 (0)