Browse Source

Aligned code to changed config.lang to config.languages.

Maciej Bukowski 8 years ago
parent
commit
3411ce2ee7
1 changed files with 1 additions and 1 deletions
  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
 						}