Przeglądaj źródła

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

Aleksander Nowodzinski 5 lat temu
rodzic
commit
987c3bc644

+ 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;