浏览代码

Fixed typo.

Oskar Wróbel 8 年之前
父节点
当前提交
b41b2194cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-typing/tests/inputcommand.js

+ 1 - 1
packages/ckeditor5-typing/tests/inputcommand.js

@@ -64,7 +64,7 @@ describe( 'InputCommand', () => {
 	} );
 
 	describe( 'execute()', () => {
-		it( 'uses enqueueChanges', () => {
+		it( 'uses enqueueChange', () => {
 			setData( model, '<p>foo[]bar</p>' );
 
 			model.enqueueChange( () => {