From d643a7e8cd10bc76cf57e2d44334a4cb1a0151ae Mon Sep 17 00:00:00 2001 From: Mark Bao Date: Wed, 13 Jul 2016 19:28:12 -0700 Subject: [PATCH] Fix typo in Installing Slate doc (#79) --- docs/guides/installing-slate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/installing-slate.md b/docs/guides/installing-slate.md index eecfa08b4..55703bd84 100644 --- a/docs/guides/installing-slate.md +++ b/docs/guides/installing-slate.md @@ -54,7 +54,7 @@ And now that we've our initial state, we define our `App` and pass it into Slate ```js // Import React! import React from 'react' -import { Editor, Raw } from 'state' +import { Editor, Raw } from 'slate' const initialState = Raw.deserialize([ {