Explorar el Código

Update tests/dom/position.js

Aleksander Nowodzinski hace 5 años
padre
commit
df0aa41136
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

@@ -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,