Przeglądaj źródła

Update tests/dom/position.js

Aleksander Nowodzinski 5 lat temu
rodzic
commit
df0aa41136
1 zmienionych plików z 1 dodań i 1 usunięć
  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,