8
0
Aleksander Nowodzinski 5 лет назад
Родитель
Сommit
8d5caf1960
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-utils/tests/dom/position.js

+ 1 - 1
packages/ckeditor5-utils/tests/dom/position.js

@@ -573,7 +573,7 @@ describe( 'getOptimalPosition()', () => {
 			}, 'left-top' );
 			}, 'left-top' );
 		} );
 		} );
 
 
-		it( 'should not stick to first biggest intersection in one area', () => {
+		it( 'should not stick to the first biggest intersection in one area', () => {
 			// First position intersects more with limiter but little with viewport,
 			// First position intersects more with limiter but little with viewport,
 			// second position intersects less with limiter but more with viewport and it should not be ignored.
 			// second position intersects less with limiter but more with viewport and it should not be ignored.
 			//
 			//