8
0
Просмотр исходного кода

Fix code sample indentation of the editorConfig.initialData.

Maciej Gołaszewski 6 лет назад
Родитель
Сommit
a9d37d380a
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      packages/ckeditor5-core/src/editor/editorconfig.jsdoc

+ 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( ... );
  *