From 0e34b35aed2abbac9567f39bd280bc0557b57db3 Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Wed, 12 Apr 2023 22:45:50 -0700 Subject: [PATCH] Fix typo in ReactEditor docs --- docs/libraries/slate-react/react-editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libraries/slate-react/react-editor.md b/docs/libraries/slate-react/react-editor.md index 06a30f382..0bc3ebf29 100644 --- a/docs/libraries/slate-react/react-editor.md +++ b/docs/libraries/slate-react/react-editor.md @@ -1,6 +1,6 @@ # ReactEditor -`ReactEditor` is added to `Editor` when it is instntiated using the `withReact` method. +`ReactEditor` is added to `Editor` when it is instantiated using the `withReact` method. ```typescript const [editor] = useState(() => withReact(withHistory(createEditor())))