Skip to content

Commit

Permalink
Merge pull request bustle#617 from jayantbh/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
rlivsey authored May 15, 2018
2 parents e363b9b + 1abaf40 commit 8ffcb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8ffcb8a

Please sign in to comment.