Explorar o código

Fix code sample indentation of the editorConfig.initialData.

Maciej Gołaszewski %!s(int64=6) %!d(string=hai) anos
pai
achega
a9d37d380a
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  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( ... );
  *