diff --git a/apps/meteor/app/integrations/server/lib/ScriptEngine.ts b/apps/meteor/app/integrations/server/lib/ScriptEngine.ts index 8386418799f1..e46984a893ef 100644 --- a/apps/meteor/app/integrations/server/lib/ScriptEngine.ts +++ b/apps/meteor/app/integrations/server/lib/ScriptEngine.ts @@ -276,7 +276,7 @@ export abstract class IntegrationScriptEngine { } if (!script[method]) { - this.logger.error(`Method "${method}" no found in the Integration "${integration.name}"`); + this.logger.error(`Method "${method}" not found in the Integration "${integration.name}"`); await updateHistory({ historyId, step: `execute-script-no-method-${method}` }); return; }