Skip to content

Commit acd8132

Browse files
committed
another typo fixed
1 parent 8df076f commit acd8132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/component.tsx.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
" return <div></div>;",
5050
"};"
5151
],
52-
"description": "Solid empty function componen. With Imports"
52+
"description": "Solid empty function component. With Imports"
5353
},
5454
"Solid empty function component. With Imports and default export": {
5555
"prefix": "scompie",
@@ -63,7 +63,7 @@
6363
"",
6464
"export default ${1:${TM_FILENAME_BASE}};"
6565
],
66-
"description": "Solid empty function componen. With Imports and default export"
66+
"description": "Solid empty function component. With Imports and default export"
6767
},
6868
"Solid empty Parent Component. With Imports": {
6969
"prefix": "spcompi",

0 commit comments

Comments
 (0)