From e11ef09e84259a0b9625ee0bc2c9f07b015ee40b Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Fri, 15 Jul 2022 14:15:38 +0200 Subject: [PATCH] Fix typo --- src/request.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/request.ts b/src/request.ts index 9f63e27..566c29e 100644 --- a/src/request.ts +++ b/src/request.ts @@ -26,7 +26,7 @@ export default class ScreenshotRequest { public processing_took: number | null = null; public waiting_took: number | null = null; public process: ChildProcessWithoutNullStreams; - public current_action = "Inicjalizowaine..."; + public current_action = "Inicjalizowanie..."; constructor(public url: string, public domains: string[]) { q.push(async () => {