瀏覽代碼

Merge pull request #22 from ckeditor/t/ckeditor5-alignment/16

Tests: Aligned code to the changes in naming UI components & commands.
Piotrek Koszuliński 7 年之前
父節點
當前提交
f1043a6f77
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-block-quote/tests/manual/blockquote.js

+ 1 - 1
packages/ckeditor5-block-quote/tests/manual/blockquote.js

@@ -15,7 +15,7 @@ ClassicEditor
 		plugins: [
 		plugins: [
 			ArticlePluginSet
 			ArticlePluginSet
 		],
 		],
-		toolbar: [ 'headings', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ]
+		toolbar: [ 'heading', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ]
 	} )
 	} )
 	.then( editor => {
 	.then( editor => {
 		window.editor = editor;
 		window.editor = editor;