From 65c81c7c2a93854dcbbdba432fb249ce5438c271 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 14 Mar 2021 12:59:19 -0400 Subject: [PATCH] docs: spelling --- docs/fields/rich-text.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.