Skip to content

Commit

Permalink
docs: fix misspelling in fuses (#35620)
Browse files Browse the repository at this point in the history
Co-authored-by: CanadaHonk <19228318+CanadaHonk@users.noreply.github.com>
  • Loading branch information
trop[bot] and CanadaHonk committed Sep 13, 2022
1 parent 8ce7209 commit fb4990a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/fuses.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ For more information on how to use asar integrity validation please read the [As
**Default:** Disabled
**@electron/fuses:** `FuseV1Options.OnlyLoadAppFromAsar`

The onlyLoadAppFromAsar fuse changes the search system that Electron uses to locate your app code. By default Electron will search in the following order `app.asar` -> `app` -> `default_app.asasr`. When this fuse is enabled the search order becomes a single entry `app.asar` thus ensuring that when combined with the `embeddedAsarIntegrityValidation` fuse it is impossible to load non-validated code.
The onlyLoadAppFromAsar fuse changes the search system that Electron uses to locate your app code. By default Electron will search in the following order `app.asar` -> `app` -> `default_app.asar`. When this fuse is enabled the search order becomes a single entry `app.asar` thus ensuring that when combined with the `embeddedAsarIntegrityValidation` fuse it is impossible to load non-validated code.

## How do I flip the fuses?

Expand Down

0 comments on commit fb4990a

Please sign in to comment.