From 73bd4370b8a22e7064b60255d25fdf0179fe5d1f Mon Sep 17 00:00:00 2001 From: Alessio Gravili Date: Fri, 27 Dec 2024 22:33:02 -0700 Subject: [PATCH] docs: fix typo (#10219) --- docs/rich-text/slate.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rich-text/slate.mdx b/docs/rich-text/slate.mdx index f185550618..39d2694489 100644 --- a/docs/rich-text/slate.mdx +++ b/docs/rich-text/slate.mdx @@ -128,7 +128,7 @@ Similar to the `relationship` element, the `upload` element is a user-friendly w Collections are automatically allowed to be selected within the Rich Text relationship and upload elements by default. If you want to disable a collection from being able to be referenced in Rich - Text fields, set the collection admin options of **enableRichTextLink<** and + Text fields, set the collection admin options of **enableRichTextLink** and **enableRichTextRelationship** to false.