From 488d6d291df781d80bee8ff65184754627b2a0e3 Mon Sep 17 00:00:00 2001 From: Mathias Fortuna <66578026+mhfortuna@users.noreply.github.com> Date: Tue, 5 Sep 2023 14:43:49 +0200 Subject: [PATCH] Fix typo in RichTextInput.md Just added a missing `s` letter --- docs/RichTextInput.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RichTextInput.md b/docs/RichTextInput.md index 0e2b0d960cb..3a6a22b9b3c 100644 --- a/docs/RichTextInput.md +++ b/docs/RichTextInput.md @@ -173,7 +173,7 @@ const MyRichTextInput = ({ size, ...props }) => ( ## AI Writing Assistant -Modern AI tools can be a great help for editors. React-admin proposes an AI-powered writing assistant for the `` component, called [``](./SmartRichTextInput.md): +Modern AI tools can be a great help for editors. React-admin proposes an AI-powered writing assistant for the `` component, called [``](./SmartRichTextInput.md):