浏览代码

Merge branch 'master' into t/ckeditor5-ui/144

Aleksander Nowodzinski 8 年之前
父节点
当前提交
f627670fc5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-heading/tests/heading.js

+ 1 - 1
packages/ckeditor5-heading/tests/heading.js

@@ -226,7 +226,7 @@ describe( 'Heading', () => {
 					.create( editorElement, {
 						plugins: [ Heading ],
 						toolbar: [ 'heading' ],
-						lang: 'pl',
+						language: 'pl',
 						heading: {
 							options
 						}