From 1aa1783c9c4f7d56a4836c3060194df9e6ac895f Mon Sep 17 00:00:00 2001 From: Lionel Date: Wed, 21 Aug 2019 19:40:18 -0700 Subject: [PATCH] Update installing-slate.md (#2975) Just noticed a missing word in this doc, thought I'd add a quick fix. --- docs/walkthroughs/installing-slate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/walkthroughs/installing-slate.md b/docs/walkthroughs/installing-slate.md index 28920e09a..1759009f7 100644 --- a/docs/walkthroughs/installing-slate.md +++ b/docs/walkthroughs/installing-slate.md @@ -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!