Skip to content

Commit 491a7a3

Browse files
vweeversMarshallOfSound
andauthoredSep 22, 2022
docs: fix typos in code example (#5)
Co-authored-by: Samuel Attard <[email protected]>
1 parent 51724d9 commit 491a7a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ await flipFuses(
1717
[FuseV1Options.RunAsNode]: false, // Disables ELECTRON_RUN_AS_NODE
1818
[FuseV1Options.EnableCookieEncryption]: true, // Enables cookie encryption
1919
[FuseV1Options.EnableNodeOptionsEnvironmentVariable]: false, // Disables the NODE_OPTIONS environment variable
20-
[FuseV1Options.EnableNodeCliInspectArguments]: false, // Disables the --inspect and --inspect-brk family of ClI options
20+
[FuseV1Options.EnableNodeCliInspectArguments]: false, // Disables the --inspect and --inspect-brk family of CLI options
2121
[FuseV1Options.EnableEmbeddedAsarIntegrityValidation]: true, // Enables validation of the app.asar archive on macOS
22-
[FuseV1Options.OnlyLoadAppFromAsar]: true, // Enforces that Electron will only load your app from "app.asar" instead of it's normal search paths
22+
[FuseV1Options.OnlyLoadAppFromAsar]: true, // Enforces that Electron will only load your app from "app.asar" instead of its normal search paths
2323
[FuseV1Options.LoadBrowserProcessSpecificV8Snapshot]: true, // Loads V8 Snapshot from `browser_v8_context_snapshot.bin` for the browser process
2424
},
2525
);

0 commit comments

Comments
 (0)
Please sign in to comment.