Skip to content

Commit b9108b4

Browse files
authored
docs: fix documentation "CheckListFeature" (#11480)
### What? CheckListFeature is noted in the documentation. However, the package uses ChecklistFeature Rather than changing the package, this would be better.
1 parent 6a3d58b commit b9108b4

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
@@ -158,7 +158,7 @@ Here's an overview of all the included features:
158158
| **`IndentFeature`** | Yes | Allows you to indent text with the tab key |
159159
| **`UnorderedListFeature`** | Yes | Adds unordered lists (ul) |
160160
| **`OrderedListFeature`** | Yes | Adds ordered lists (ol) |
161-
| **`CheckListFeature`** | Yes | Adds checklists |
161+
| **`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 |
164164
| **`BlockquoteFeature`** | Yes | Allows you to create block-level quotes |

0 commit comments

Comments
 (0)