From 1abaf402501efa45624698b9c1bb4b3719664782 Mon Sep 17 00:00:00 2001 From: Jayant Bhawal Date: Wed, 16 May 2018 01:43:27 +0530 Subject: [PATCH] Fix typo in README.md On line 96, change `modiledoc` to `mobiledoc`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d63758739..9be4e8195 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ editor.render(element); `options` is an object which may include the following properties: -* `modiledoc` - [object] A mobiledoc object to load and edit. +* `mobiledoc` - [object] A mobiledoc object to load and edit. * `placeholder` - [string] default text to show before a user starts typing. * `spellcheck` - [boolean] whether to enable spellcheck. Defaults to true. * `autofocus` - [boolean] When true, focuses on the editor when it is rendered.