浏览代码

Typo fix.

Maciej Gołaszewski 6 年之前
父节点
当前提交
c45537a91c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 );