Browse Source

Update tests/dom/position.js

Aleksander Nowodzinski 5 years ago
parent
commit
9780c4fc45
1 changed files with 1 additions and 1 deletions
  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,