Преглед изворни кода

Update packages/ckeditor5-font/tests/fontfamily/fontfamilyui.js

Aleksander Nowodzinski пре 5 година
родитељ
комит
987c3bc644
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-font/tests/fontfamily/fontfamilyui.js

+ 1 - 1
packages/ckeditor5-font/tests/fontfamily/fontfamilyui.js

@@ -130,7 +130,7 @@ describe( 'FontFamilyUI', () => {
 				element.remove();
 			} );
 
-			it( 'should activate current option in dropdown for full font family definitions', () => {
+			it( 'should activate the current option in the dropdown for full font family definitions', () => {
 				const listView = dropdown.listView;
 
 				command.value = undefined;