8
0
Maciej Gołaszewski vor 6 Jahren
Ursprung
Commit
c45537a91c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 );