Przeglądaj źródła

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

Aleksander Nowodzinski 8 lat temu
rodzic
commit
f627670fc5
1 zmienionych plików z 1 dodań i 1 usunięć
  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
 						}