8
0
Просмотр исходного кода

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

Co-authored-by: Kuba Niegowski <1232187+niegowski@users.noreply.github.com>
Aleksander Nowodzinski 5 лет назад
Родитель
Сommit
fcf6f39785
1 измененных файлов с 1 добавлено и 1 удалено
  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 );
 		} );
 
-		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).
 			const widgetRect = new Rect( {
 				top: 25,