Maciej Bukowski 6 ani în urmă
părinte
comite
b83b8bcf0f
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/ckeditor5-autosave/tests/autosave.js

+ 1 - 1
packages/ckeditor5-autosave/tests/autosave.js

@@ -625,7 +625,7 @@ describe( 'Autosave', () => {
 				} );
 		} );
 
-		it( 'should handle a situration when the save callback throw an error', () => {
+		it( 'should handle a situration when the save callback throws an error', () => {
 			const pendingActions = editor.plugins.get( PendingActions );
 			const successServerActionSpy = sinon.spy();
 			const serverActionStub = sinon.stub();