Skip to content

Commit

Permalink
Update installing-slate.md (ianstormtaylor#2975)
Browse files Browse the repository at this point in the history
Just noticed a missing word in this doc, thought I'd add a quick fix.
  • Loading branch information
lionel-lints authored and ianstormtaylor committed Aug 22, 2019
1 parent 9a2b53e commit 1aa1783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/walkthroughs/installing-slate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
// Import React!
Expand Down

0 comments on commit 1aa1783

Please sign in to comment.