diff --git a/docs/fields/rich-text.mdx b/docs/fields/rich-text.mdx index dfec1448d5..f2a3d499eb 100644 --- a/docs/fields/rich-text.mdx +++ b/docs/fields/rich-text.mdx @@ -98,7 +98,7 @@ Once you're up to speed with the general concepts involved, you can pass in your | **`Button`** * | A React component to be rendered in the Rich Text toolbar. | | **`plugins`** | An array of plugins to provide to the Rich Text editor. | -Custom `Element`s also require the `Element` property set to a Reactt component to be rendered as the `Element` within the rich text editor itself. +Custom `Element`s also require the `Element` property set to a React component to be rendered as the `Element` within the rich text editor itself. Custom `Leaf` objects follow a similar pattern but require you to define the `Leaf` property instead.