Browse Source

Fixed typo.

Oskar Wróbel 8 years ago
parent
commit
b41b2194cc
1 changed files with 1 additions and 1 deletions
  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( () => {