Procházet zdrojové kódy

Update tests/dom/position.js

Aleksander Nowodzinski před 5 roky
rodič
revize
0c2324f7e5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/ckeditor5-utils/tests/dom/position.js

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

@@ -525,7 +525,7 @@ describe( 'getOptimalPosition()', () => {
 			}, 'right-bottom' );
 		} );
 
-		it( 'should prefer position with bigger intersection (#2)', () => {
+		it( 'should prefer a position with a bigger intersection area (#2)', () => {
 			target = getElement( {
 				top: 290,
 				right: -10,