Ver Fonte

Fix buid typo in tests.

Maciej Gołaszewski há 6 anos atrás
pai
commit
3e35e2696b

+ 1 - 1
packages/ckeditor5-build-balloon-block/tests/ckeditor.js

@@ -23,7 +23,7 @@ describe( 'BalloonEditor build', () => {
 		editorElement.remove();
 		editorElement.remove();
 	} );
 	} );
 
 
-	describe( 'buid', () => {
+	describe( 'build', () => {
 		it( 'contains plugins', () => {
 		it( 'contains plugins', () => {
 			expect( BalloonEditor.builtinPlugins ).to.not.be.empty;
 			expect( BalloonEditor.builtinPlugins ).to.not.be.empty;
 		} );
 		} );