1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-01-18 22:08:18 +01:00

Update 06-editor.md (#3511)

This commit is contained in:
Lucas Willems 2020-02-21 18:14:47 +01:00 committed by GitHub
parent de9d0a3912
commit c5249c745c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Editor
All of the behaviors, content and state of a Slate editor is rolled up up into a single, top-level `Editor` object. It has an interface of:
All of the behaviors, content and state of a Slate editor is rolled up into a single, top-level `Editor` object. It has an interface of:
```ts
interface Editor {