diff --git a/vite.config.ts b/vite.config.ts index b3f25021..54e68a01 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -58,7 +58,7 @@ export default defineConfig(({ command }) => { }, }, }, - // Ployfill the Electron and Node.js API for Renderer process. + // Polyfill the Electron and Node.js API for Renderer process. // If you want use Node.js in Renderer process, the `nodeIntegration` needs to be enabled in the Main process. // See 👉 https://github.com/electron-vite/vite-plugin-electron-renderer renderer: {},