Skip to content
This repository has been 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 506c99d commit c46d454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decouplededitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default class DecoupledEditor 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, you will have to manually append to your web page both the toolbar element and the editable element.
Expand Down

0 comments on commit c46d454

Please sign in to comment.