diff --git a/packages/bruno-electron/src/bru/index.js b/packages/bruno-electron/src/bru/index.js index 2a0d21da5..45b10004f 100644 --- a/packages/bruno-electron/src/bru/index.js +++ b/packages/bruno-electron/src/bru/index.js @@ -7,7 +7,7 @@ const bruToEnvJson = (bru) => { const json = bruToEnvJsonV2(bru); // the app env format requires each variable to have a type - // this need to be evaulated and safely removed + // this need to be evaluated and safely removed // i don't see it being used in schema validation if (json && json.variables && json.variables.length) { each(json.variables, (v) => (v.type = 'text'));