corrected log message from alert to enter is tab

This commit is contained in:
Johannes Eder 2021-05-27 13:31:03 +00:00
parent cc63f636e9
commit 10b06e1f96

View File

@ -39,6 +39,6 @@ export class EnterIsTab {
}
destroy() {
console.log('TBD: Destroy Alert');
console.log('TBD: Destroy EnterIsTab');
}
}