Skip to content

Commit b05b970

Browse files
authored
fix: electron environment variables link 404 (#1165)
1 parent a974449 commit b05b970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/renderer/components/settings-execution.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export const ExecutionSettings = observer(
296296
<code>ELECTRON_DEBUG_NOTIFICATION</code>, and{' '}
297297
<code>ELECTRON_ENABLE_STACK_DUMPING</code> environment variables
298298
to true. See{' '}
299-
<a href="https://www.electronjs.org/docs/api/environnment-variables">
299+
<a href="https://www.electronjs.org/docs/api/environment-variables">
300300
documentation
301301
</a>{' '}
302302
for more information about what they do.

tests/renderer/components/__snapshots__/settings-execution-spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ exports[`ExecutionSettings component renders 1`] = `
4141
environment variables to true. See
4242
4343
<a
44-
href="https://www.electronjs.org/docs/api/environnment-variables"
44+
href="https://www.electronjs.org/docs/api/environment-variables"
4545
>
4646
documentation
4747
</a>

0 commit comments

Comments
 (0)