diff --git a/types/prosemirror-inputrules/index.d.ts b/types/prosemirror-inputrules/index.d.ts index 7d14305ea6..68aae92de8 100644 --- a/types/prosemirror-inputrules/index.d.ts +++ b/types/prosemirror-inputrules/index.d.ts @@ -52,7 +52,7 @@ export class InputRule { */ export function inputRules(config: { rules: Array>; -}): Plugin; +}): Plugin; /** * This is a command that will undo an input rule, if applying such a * rule was the last thing that the user did.