1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-29 09:59:48 +02:00

Fix typo on installing Slate documentation (#638)

This commit is contained in:
Victor Pontis
2017-03-01 11:40:17 -08:00
committed by Ian Storm Taylor
parent c518d55aa3
commit 16d8496760

View File

@@ -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._ _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. Slate exposes a set of modules that you'll use to build your editor. The most important of which is an `Editor` component.