Skip to content

Commit b7cfaf2

Browse files
authored
Merge pull request #9244 from mhfortuna/patch-1
Fix typo in RichTextInput.md
2 parents 183dfa2 + 488d6d2 commit b7cfaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/RichTextInput.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ const MyRichTextInput = ({ size, ...props }) => (
173173

174174
## AI Writing Assistant
175175

176-
Modern AI tools can be a great help for editors. React-admin proposes an AI-powered writing assistant for the `<RichTextInput>` component, called [`<SmartRichTetInput>`](./SmartRichTextInput.md):
176+
Modern AI tools can be a great help for editors. React-admin proposes an AI-powered writing assistant for the `<RichTextInput>` component, called [`<SmartRichTextInput>`](./SmartRichTextInput.md):
177177

178178
<video controls playsinline muted loop poster="https://marmelab.com/ra-enterprise/modules/assets/SmartRichTextInput.png" >
179179
<source src="https://marmelab.com/ra-enterprise/modules/assets/SmartRichTextInput.mp4" type="video/mp4" />

0 commit comments

Comments
 (0)