diff --git a/docs/walkthroughs/installing-slate.md b/docs/walkthroughs/installing-slate.md index c655b3da9..afe832f7b 100644 --- a/docs/walkthroughs/installing-slate.md +++ b/docs/walkthroughs/installing-slate.md @@ -15,7 +15,7 @@ npm install react react-dom _Note, if you'd rather use a pre-bundled version of Slate, you can `npm install slate` and retrieve the bundled `dist/slate.js` file! Check out the [Using the Bundled Source](./using-the-bundled-source.md) guide for more information._ -Once you've install it, you'll need to import it. +Once you've installed Slate, you'll need to import it. Slate exposes a set of modules that you'll use to build your editor. The most important of which is an `Editor` component.