Maciej Gołaszewski il y a 6 ans
Parent
commit
c45537a91c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 );