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 bfe0de2 commit d1c26ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classiceditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default class ClassicEditor extends Editor {
* console.error( err.stack );
* } );
*
* The element's content will be used as the editor data and it will be replaced by the editable element and the editor UI.
* The element's content will be used as the editor data and the element will be replaced by the editable element and the editor UI.
*
* 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 d1c26ab

Please sign in to comment.