diff --git a/site/examples/hovering-toolbar.tsx b/site/examples/hovering-toolbar.tsx index 23258923d..1fa498e4e 100644 --- a/site/examples/hovering-toolbar.tsx +++ b/site/examples/hovering-toolbar.tsx @@ -32,7 +32,7 @@ const HoveringMenuExample = () => { case 'formatItalic': return toggleFormat(editor, 'italic') case 'formatUnderline': - return toggleFormat(editor, 'underline') + return toggleFormat(editor, 'underlined') } }} />