diff --git a/js/keypad/Keypad.ts b/js/keypad/Keypad.ts index 28d7405c..396e1bf2 100644 --- a/js/keypad/Keypad.ts +++ b/js/keypad/Keypad.ts @@ -93,7 +93,7 @@ class Keypad extends Node { /** * @param layout - an array that specifies the keys and the layout, see static instance below for example usage - * @param [options] + * @param [providedOptions] */ public constructor( layout: ( Key | null )[][], providedOptions?: KeypadOptions ) {