diff --git a/src/main/shell-sync.ts b/src/main/shell-sync.ts index 4d165a1b1a..afeccaa657 100644 --- a/src/main/shell-sync.ts +++ b/src/main/shell-sync.ts @@ -27,7 +27,7 @@ export function shellSync(locale: string) { process.env["PATH"] = env.PATH } - // The spread operator allows joining of objects. The precidence is last to first. + // The spread operator allows joining of objects. The precedence is last to first. process.env = { ...env, ...process.env,