Răsfoiți Sursa

Update packages/ckeditor5-widget/tests/utils.js

Co-authored-by: Kuba Niegowski <1232187+niegowski@users.noreply.github.com>
Aleksander Nowodzinski 5 ani în urmă
părinte
comite
fcf6f39785
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/ckeditor5-widget/tests/utils.js

+ 1 - 1
packages/ckeditor5-widget/tests/utils.js

@@ -512,7 +512,7 @@ describe( 'widget utils', () => {
 			testUtils.sinon.stub( global.window, 'innerHeight' ).value( 100 );
 			testUtils.sinon.stub( global.window, 'innerHeight' ).value( 100 );
 		} );
 		} );
 
 
-		it( 'should position the balloon inside a widget – at the top + in the middla', () => {
+		it( 'should position the balloon inside a widget – at the top + in the middle', () => {
 			// Widget is a 50x150 rect, translated (25,25) from viewport's beginning (0,0).
 			// Widget is a 50x150 rect, translated (25,25) from viewport's beginning (0,0).
 			const widgetRect = new Rect( {
 			const widgetRect = new Rect( {
 				top: 25,
 				top: 25,