Skip to content

Commit 681aac2

Browse files
committed
fix: prefix default ts
1 parent 879b975 commit 681aac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface ModuleOptions {
1010
/**
1111
* Prefix for imported elements
1212
*
13-
* @default 'TipTap'
13+
* @default 'Tiptap'
1414
*/
1515
prefix: string;
1616
/**

0 commit comments

Comments
 (0)