From 62615a19efe66688307d46e8ba4728773a49567a Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 8 Jun 2024 23:07:00 +0530 Subject: [PATCH] fix: typo --- server/src/browser-management/inputHandlers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/browser-management/inputHandlers.ts b/server/src/browser-management/inputHandlers.ts index 22d503e2..d6902b3f 100644 --- a/server/src/browser-management/inputHandlers.ts +++ b/server/src/browser-management/inputHandlers.ts @@ -75,7 +75,7 @@ const onGenerateAction = async (customActionEventData: CustomActionEventData) => } /** - * Handles the generation of a cutom action workflow pair. + * Handles the generation of a custom action workflow pair. * @param generator The workflow generator * @param page The active page * @param action The custom action