Skip to content

Commit dab2486

Browse files
committed
fix typo
1 parent c30b9c7 commit dab2486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/component/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const enum InstantiationMode {
3232
*/
3333
export const enum ComponentType {
3434
PUBLIC = 'PUBLIC',
35-
PRIVATE = 'PRIVARE'
35+
PRIVATE = 'PRIVATE'
3636
}
3737

3838
/**

0 commit comments

Comments
 (0)