8
0
Pārlūkot izejas kodu

Update tests/dom/position.js

Aleksander Nowodzinski 5 gadi atpakaļ
vecāks
revīzija
5fb5157069
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      packages/ckeditor5-utils/tests/dom/position.js

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

@@ -506,7 +506,7 @@ describe( 'getOptimalPosition()', () => {
 		} );
 	} );
 
-	describe( 'maximizes intersection area with both limiter and viewport', () => {
+	describe( 'optimisation in the context of both the limiter and the viewport', () => {
 		beforeEach( setElementTargetBigLimiterPlayground );
 
 		it( 'should prefer a position with a bigger intersection area (#1)', () => {