Oskar Wróbel před 8 roky
rodič
revize
b41b2194cc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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( () => {