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

Commit

Permalink
Docs: suggestions from code review.
Browse files Browse the repository at this point in the history
  • Loading branch information
scofalik authored Mar 25, 2019
1 parent 84eadcc commit a6e0b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/editor/editorconfig.jsdoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* An object defining the editor configuration can be passed when initializing the editor:
*
* EditorClass
* .create( document.querySelector( '#editor' ), {
* .create( {
* toolbar: [ 'bold', 'italic' ],
* image: {
* styles: [
Expand All @@ -33,7 +33,7 @@
/**
* The initial editor data to be used instead of the provided element's HTML content.
*
* EditorClass
* ClassicEditor
* .create( document.querySelector( '#editor' ), {
* initialData: '<h2>Initial data</h2><p>Foo bar.</p>'
* } )
Expand Down

0 comments on commit a6e0b69

Please sign in to comment.