diff --git a/docs/guide/styling.md b/docs/guide/styling.md index 3fb515876..14feab3b3 100644 --- a/docs/guide/styling.md +++ b/docs/guide/styling.md @@ -102,7 +102,7 @@ const CustomBold = Bold.extend({ new Editor({ extensions: [ // … - CustomBold(), + CustomBold, ], }) ```