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 36bdcd8 + 0897daa commit fbe4fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enterobserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { keyCodes } from '@ckeditor/ckeditor5-utils/src/keyboard';
/**
* Enter observer introduces the {@link module:engine/view/document~Document#event:enter} event.
*
* @extends module:engine/view/observer~Observer
* @extends module:engine/view/observer/observer~Observer
*/
export default class EnterObserver extends Observer {
constructor( view ) {
Expand Down

0 comments on commit fbe4fd4

Please sign in to comment.