diff --git a/snippets/react-javascript.json b/snippets/react-javascript.json index e8e63c8..81a2d4d 100644 --- a/snippets/react-javascript.json +++ b/snippets/react-javascript.json @@ -40,10 +40,10 @@ "body": ["const [${1}, set${1}] = useState(${2});"], "description": "useState" }, - "React useContent": { + "React useContext": { "prefix": "ruc", "body": ["const ${1} = useContext(${2});"], - "description": "useContent" + "description": "useContext" }, "React useRef": { "prefix": "rur",