Skip to content

Commit 3794b4e

Browse files
authored
Merge pull request #29 from atharvadeosthale/main
typo: changed 'useContent' to 'useContext'
2 parents 434a08c + 209fc1f commit 3794b4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/react-javascript.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"body": ["const [${1}, set${1}] = useState(${2});"],
4141
"description": "useState"
4242
},
43-
"React useContent": {
43+
"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)