1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-01-17 21:49:20 +01: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.