1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-07-31 20:40:19 +02:00

Fix typo in Slate Component docs

This commit is contained in:
Sunny Hirai
2023-04-13 09:16:02 -07:00
parent db3e0f8a81
commit 0faa1476c1

View File

@@ -1,6 +1,6 @@
# Slate Component
## `Slate(prop: SlateProps)`
## `Slate(props: SlateProps)`
The `Slate` component must include somewhere in its `children` the `Editable` component.