mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-17 20:51:20 +02:00
Update installing-slate.md (#2975)
Just noticed a missing word in this doc, thought I'd add a quick fix.
This commit is contained in:
@@ -49,7 +49,7 @@ const initialValue = Value.fromJSON({
|
|||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
And now that we've our initial value, we define our `App` and pass it into Slate's `Editor` component, like so:
|
And now that we've created our initial value, we define our `App` and pass it into Slate's `Editor` component, like so:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
// Import React!
|
// Import React!
|
||||||
|
Reference in New Issue
Block a user