Sfoglia il codice sorgente

Update tests/dom/position.js

Aleksander Nowodzinski 5 anni fa
parent
commit
0c2324f7e5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,