瀏覽代碼

Fixed description.

Maciej Bukowski 8 年之前
父節點
當前提交
0ea458566d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();