Skip to content

Commit 0279086

Browse files
authored
docs: update key name strikethrough -> strike (#1589)
1 parent d4bbc0f commit 0279086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/docs/editor-basics/default-schema.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ type Styles = {
195195
bold: boolean;
196196
italic: boolean;
197197
underline: boolean;
198-
strikethrough: boolean;
198+
strike: boolean;
199199
textColor: string;
200200
backgroundColor: string;
201201
};

0 commit comments

Comments
 (0)