Skip to content

Commit

Permalink
fix: prefix default ts
Browse files Browse the repository at this point in the history
  • Loading branch information
modbender committed Dec 7, 2023
1 parent 879b975 commit 681aac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface ModuleOptions {
/**
* Prefix for imported elements
*
* @default 'TipTap'
* @default 'Tiptap'
*/
prefix: string;
/**
Expand Down

0 comments on commit 681aac2

Please sign in to comment.