Explorar el Código

Update tests/dom/position.js

Aleksander Nowodzinski hace 5 años
padre
commit
9780c4fc45
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-utils/tests/dom/position.js

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

@@ -509,7 +509,7 @@ describe( 'getOptimalPosition()', () => {
 	describe( 'maximizes intersection area with both limiter and viewport', () => {
 		beforeEach( setElementTargetBigLimiterPlayground );
 
-		it( 'should prefer position with bigger intersection (#1)', () => {
+		it( 'should prefer a position with a bigger intersection area (#1)', () => {
 			target = getElement( {
 				top: 90,
 				right: -10,