Skip to content

Commit 9ebdf26

Browse files
Chore: AP English student nitpicking (#584)
1 parent 1bad84e commit 9ebdf26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const process: typeof import("process") = require("node:process");
1212
/**
1313
* @note A big chunk of our userbase uses WinBoat under an immutable distro through GearLever.
1414
* In case it's the flatpak version of GearLever, PATH, and some other environment variables are stripped by default.
15-
* We include the default homebrew bin directiory for exactly this reason.
15+
* We include the default homebrew bin directory for exactly this reason.
1616
* It's not WinBoat's responsibility if the PATH envvar is incomplete, but in this case it affects a lot of users.
1717
*/
1818
process.env.PATH && (process.env.PATH += `:${DEFAULT_HOMEBREW_DIR}`);

0 commit comments

Comments
 (0)