Browse Source

Fixed description.

Maciej Bukowski 8 years ago
parent
commit
0ea458566d
1 changed files with 1 additions and 1 deletions
  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();