1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-10 17:24:02 +02:00

Fix a few typos in the docs (#5463)

* fix: typo in with-react docs

* fix: typo in range docs

* fix: typo in faq docs

* fix: typo in react-editor docs
This commit is contained in:
Ben Dahl
2023-06-30 00:03:00 -07:00
committed by GitHub
parent 4bd15ed395
commit 711c2298dd
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ const [editor] = useState(() => withReact(withHistory(createEditor())))
- [Check methods](react-editor.md#check-methods)
- [Focus and selection methods](react-editor.md#focus-and-selection-methods)
- [DOM translation methods](react-editor.md#dom-translation-methods)
- [DataTranfer methods](react-editor.md#datatransfer-methods)
- [DataTransfer methods](react-editor.md#datatransfer-methods)
## Static methods