Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: More improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
scofalik committed Mar 27, 2019
1 parent 5e2bd3b commit 453d519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inlineeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default class InlineEditor extends Editor {
* console.error( err.stack );
* } );
*
* The element's content will be used as the editor data and it will become the editable element.
* The element's content will be used as the editor data and the element will become the editable element.
*
* Alternatively, you can initialize the editor by passing the initial data directly as a `String`.
* In this case, the editor will render an element that must be inserted into the DOM for the editor to work properly:
Expand Down

0 comments on commit 453d519

Please sign in to comment.