@@ -11,7 +11,7 @@ import DeleteObserver from './deleteobserver.js';
* The delete and backspace feature. Handles the <kbd>Delete</kbd> and <kbd>Backspace</kbd> keys in the editor.
*
* @memberOf typing
- * @extends core.Feature
+ * @extends core.Plugin
*/
export default class Delete extends Plugin {
init() {
@@ -16,7 +16,7 @@ import { getCode } from '../utils/keyboard.js';
* Handles text input coming from the keyboard or other input methods.
export default class Input extends Plugin {
/**
@@ -11,7 +11,7 @@ import Delete from './delete.js';
* The typing feature. Handles typing.
export default class Typing extends Plugin {
static get requires() {