Skip to content

Commit 715019f

Browse files
committed
docs: update
1 parent 37a52f6 commit 715019f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/extensions/SlashCommand/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const extensions = [
5353
SlashCommand// [!code ++]
5454
];
5555

56-
const RichTextToolbar = () => {
56+
const RichTextBubbleSlashCommandList = () => {
5757
return (
5858
<div className="flex items-center gap-2 flex-wrap border-b border-solid">
5959
<SlashCommandList /> {/* [!code ++] */}
@@ -71,7 +71,7 @@ const App = () => {
7171
<RichTextProvider
7272
editor={editor}
7373
>
74-
<RichTextToolbar />
74+
<RichTextBubbleSlashCommandList />
7575

7676
<EditorContent
7777
editor={editor}

0 commit comments

Comments
 (0)