소스 검색

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( () => {