Skip to content

Commit df1d7dc

Browse files
committed
fix(membrane-keypad): typo in default keys value
1 parent c4a19af commit df1d7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/membrane-keypad-element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class MembraneKeypadElement extends LitElement {
2828
* Key labels
2929
*/
3030
@property({ type: Array }) keys = [
31-
'0', '1', '2', 'A',
31+
'1', '2', '3', 'A',
3232
'4', '5', '6', 'B',
3333
'7', '8', '9', 'C',
3434
'*', '0', '#', 'D',

0 commit comments

Comments
 (0)