docs: fix misspelling in fuses (#35619)

Co-authored-by: CanadaHonk <19228318+CanadaHonk@users.noreply.github.com>
This commit is contained in:
trop[bot]
2022-09-12 16:14:21 -07:00
committed by GitHub
parent 4be4dc7c4f
commit 7c8d5f68d5

View File

@@ -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?