Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Fixed description.
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2ciek committed Oct 2, 2017
1 parent 6c6524d commit deeb28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/link.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit deeb28b

Please # to comment.