Maciej Gołaszewski hace 6 años
padre
commit
c45537a91c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-code-block/tests/codeblockediting.js

+ 1 - 1
packages/ckeditor5-code-block/tests/codeblockediting.js

@@ -580,7 +580,7 @@ describe( 'CodeBlockEditing', () => {
 		}
 	} );
 
-	describe( 'intent plugin integration', () => {
+	describe( 'indent plugin integration', () => {
 		it( 'should add indent code block command to indent command', () => {
 			const element = document.createElement( 'div' );
 			document.body.appendChild( element );