diff --git a/scripts/commands/epg/grab.ts b/scripts/commands/epg/grab.ts index 82395767..a0d63037 100644 --- a/scripts/commands/epg/grab.ts +++ b/scripts/commands/epg/grab.ts @@ -52,7 +52,7 @@ async function main() { const logger = new Logger() - logger.start('staring...') + logger.start('starting...') logger.info('config:') logger.tree(options)