Sfoglia il codice sorgente

Fixed description.

Maciej Bukowski 8 anni fa
parent
commit
0ea458566d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/ckeditor5-link/tests/link.js

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

@@ -460,7 +460,7 @@ describe( 'Link', () => {
 			sinon.assert.calledWithExactly( spy, true );
 		} );
 
-		it( 'should show prevent default actions on Ctrl+K keystroke', () => {
+		it( 'should prevent default action on Ctrl+K keystroke', () => {
 			const preventDefaultSpy = sinon.spy();
 			const stopPropagationSpy = sinon.spy();