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

Commit

Permalink
Docs: Fixed incorrect types. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Aug 12, 2019
2 parents 22079dd + 3fc4bf2 commit 5aceeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editingkeystrokehandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import KeystrokeHandler from '@ckeditor/ckeditor5-utils/src/keystrokehandler';
* editor.keystrokes.set( 'Ctrl+Shift+Z', 'redo' );
* editor.keystrokes.set( 'Ctrl+Y', 'redo' );
*
* @extends utils/keystrokehandler~KeystrokeHandler
* @extends module:utils/keystrokehandler~KeystrokeHandler
*/
export default class EditingKeystrokeHandler extends KeystrokeHandler {
/**
Expand Down

0 comments on commit 5aceeb7

Please sign in to comment.