We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df076f commit acd8132Copy full SHA for acd8132
snippets/component.tsx.json
@@ -49,7 +49,7 @@
49
" return <div></div>;",
50
"};"
51
],
52
- "description": "Solid empty function componen. With Imports"
+ "description": "Solid empty function component. With Imports"
53
},
54
"Solid empty function component. With Imports and default export": {
55
"prefix": "scompie",
@@ -63,7 +63,7 @@
63
"",
64
"export default ${1:${TM_FILENAME_BASE}};"
65
66
- "description": "Solid empty function componen. With Imports and default export"
+ "description": "Solid empty function component. With Imports and default export"
67
68
"Solid empty Parent Component. With Imports": {
69
"prefix": "spcompi",
0 commit comments