From 16d84967608c332056f69d170710ae25ed1b7876 Mon Sep 17 00:00:00 2001 From: Victor Pontis Date: Wed, 1 Mar 2017 11:40:17 -0800 Subject: [PATCH] Fix typo on installing Slate documentation (#638) --- 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 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.