From 8d83e059481e471cbca8c6c516ba4d0d656d67e0 Mon Sep 17 00:00:00 2001 From: Jacob Fletcher Date: Wed, 16 Aug 2023 03:28:19 -0400 Subject: [PATCH] docs: fixes syntax error in rich-text.mdx that was breaking build --- docs/fields/rich-text.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/fields/rich-text.mdx b/docs/fields/rich-text.mdx index c8518ac025..1e83c66ade 100644 --- a/docs/fields/rich-text.mdx +++ b/docs/fields/rich-text.mdx @@ -26,8 +26,7 @@ The Admin component is built on the powerful [`slatejs`](https://docs.slatejs.or Consistent with Payload's goal of making you learn as little of Payload as possible, customizing and using the Rich Text Editor does not involve learning how to develop for a Payload rich text editor. - {" "} - Instead, you can invest your time and effort into learning Slate, an + Instead, you can invest your time and effort into learning Slate, an open-source tool that will allow you to apply your learnings elsewhere as well.