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

Docs: Fix code indentation in code snippets.

Maciej Gołaszewski 8 лет назад
Родитель
Сommit
50e302f453
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      packages/ckeditor5-alignment/src/alignment.js

+ 4 - 4
packages/ckeditor5-alignment/src/alignment.js

@@ -51,9 +51,9 @@ export default class Alignment extends Plugin {
  *
  *
  *		ClassicEditor
  *		ClassicEditor
  *			.create( editorElement, {
  *			.create( editorElement, {
- * 				alignment: {
+ *				alignment: {
  *					options: [ 'left', 'right' ]
  *					options: [ 'left', 'right' ]
- * 				}
+ *				}
  *			} )
  *			} )
  *			.then( ... )
  *			.then( ... )
  *			.catch( ... );
  *			.catch( ... );
@@ -73,9 +73,9 @@ export default class Alignment extends Plugin {
  *
  *
  *		ClassicEditor
  *		ClassicEditor
  *			.create( editorElement, {
  *			.create( editorElement, {
- * 				alignment: {
+ *				alignment: {
  *					options: [ 'left', 'right' ]
  *					options: [ 'left', 'right' ]
- * 				}
+ *				}
  *			} )
  *			} )
  *			.then( ... )
  *			.then( ... )
  *			.catch( ... );
  *			.catch( ... );