From b2fa5d0eb97c4eaf8af3f8d59a2b9d8590a9f72d Mon Sep 17 00:00:00 2001 From: hzpeng57 Date: Fri, 8 Oct 2021 15:53:06 +0800 Subject: [PATCH] docs: update styling (#1998) --- docs/guide/styling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ], }) ```