Skip to content

Commit 87ba7f7

Browse files
authored
docs: fix typo in BlockquoteFeature name (#11078)
### What Before, richText docs were showing a feature name spelt as `BlockQuoteFeature`. ### How? However, the accurate spelling of the feature is `BlockquoteFeature`.
1 parent 9fb7160 commit 87ba7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rich-text/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Here's an overview of all the included features:
161161
| **`CheckListFeature`** | Yes | Adds checklists |
162162
| **`LinkFeature`** | Yes | Allows you to create internal and external links |
163163
| **`RelationshipFeature`** | Yes | Allows you to create block-level (not inline) relationships to other documents |
164-
| **`BlockQuoteFeature`** | Yes | Allows you to create block-level quotes |
164+
| **`BlockquoteFeature`** | Yes | Allows you to create block-level quotes |
165165
| **`UploadFeature`** | Yes | Allows you to create block-level upload nodes - this supports all kinds of uploads, not just images |
166166
| **`HorizontalRuleFeature`** | Yes | Horizontal rules / separators. Basically displays an `<hr>` element |
167167
| **`InlineToolbarFeature`** | Yes | The inline toolbar is the floating toolbar which appears when you select text. This toolbar only contains actions relevant for selected text |

0 commit comments

Comments
 (0)