8
0
Pārlūkot izejas kodu

Fix typo in config tests.

Maciej Gołaszewski 7 gadi atpakaļ
vecāks
revīzija
2f130775bc
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      packages/ckeditor5-utils/tests/config.js

+ 1 - 1
packages/ckeditor5-utils/tests/config.js

@@ -334,7 +334,7 @@ describe( 'Config', () => {
 			expect( config.get( 'resize.icon.path' ) ).to.equal( 'xyz' );
 		} );
 
-		it( 'should retrieve a object of the configuration', () => {
+		it( 'should retrieve an object of the configuration', () => {
 			const resize = config.get( 'resize' );
 
 			expect( resize ).to.be.an( 'object' );