diff --git a/docs/rich-text/overview.mdx b/docs/rich-text/overview.mdx index 570063b5c7..978fd2707a 100644 --- a/docs/rich-text/overview.mdx +++ b/docs/rich-text/overview.mdx @@ -161,7 +161,7 @@ Here's an overview of all the included features: | **`CheckListFeature`** | Yes | Adds checklists | | **`LinkFeature`** | Yes | Allows you to create internal and external links | | **`RelationshipFeature`** | Yes | Allows you to create block-level (not inline) relationships to other documents | -| **`BlockQuoteFeature`** | Yes | Allows you to create block-level quotes | +| **`BlockquoteFeature`** | Yes | Allows you to create block-level quotes | | **`UploadFeature`** | Yes | Allows you to create block-level upload nodes - this supports all kinds of uploads, not just images | | **`HorizontalRuleFeature`** | Yes | Horizontal rules / separators. Basically displays an `
` element | | **`InlineToolbarFeature`** | Yes | The inline toolbar is the floating toolbar which appears when you select text. This toolbar only contains actions relevant for selected text |