Skip to content

Commit 22ac6b7

Browse files
authored
docs(guide/config): fix typo (#1344)
1 parent 9ebae97 commit 22ac6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ module.exports = {
100100
electronBuilder: {
101101
// option: default // description
102102
disableMainProcessTypescript: false, // Manually disable typescript plugin for main process. Enable if you want to use regular js for the main process (src/background.js by default).
103-
mainProcessTypeChecking: false // Manually enable type checking during webpck bundling for background file.
103+
mainProcessTypeChecking: false // Manually enable type checking during webpack bundling for background file.
104104
}
105105
}
106106
}

0 commit comments

Comments
 (0)