1
0
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:
Lionel
2019-08-21 19:40:18 -07:00
committed by Ian Storm Taylor
parent 9a2b53e81c
commit 1aa1783c9c

View File

@@ -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!