Преглед изворни кода

Update tests/dom/position.js

Aleksander Nowodzinski пре 5 година
родитељ
комит
df0aa41136
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-utils/tests/dom/position.js

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

@@ -335,7 +335,7 @@ describe( 'getOptimalPosition()', () => {
 			} );
 		} );
 
-		it( 'should return first position that completely fits limiter', () => {
+		it( 'should return the first position that completely fits in the limiter', () => {
 			element = getElement( {
 				top: 0,
 				right: 5,