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!