8
0
Эх сурвалжийг харах

Fix code sample indentation of the editorConfig.initialData.

Maciej Gołaszewski 6 жил өмнө
parent
commit
a9d37d380a

+ 4 - 4
packages/ckeditor5-core/src/editor/editorconfig.jsdoc

@@ -33,10 +33,10 @@
 /**
  * The initial editor data to be used instead of the provided element's HTML content.
  *
- *      ClassicEditor
- *          .create( document.querySelector( '#editor' ), {
- *              initialData: '<h2>Initial data</h2><p>Foo bar.</p>'
- *          } )
+ *		ClassicEditor
+ *			.create( document.querySelector( '#editor' ), {
+ *				initialData: '<h2>Initial data</h2><p>Foo bar.</p>'
+ *			} )
  *			.then( ... )
  *			.catch( ... );
  *