Skip to content

Commit

Permalink
chore: improve preload comment (#1552)
Browse files Browse the repository at this point in the history
fix: improve preload comment
  • Loading branch information
yangannyx authored Feb 26, 2024
1 parent 4bf7ed9 commit 8b9c116
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions static/electron-quick-start/preload.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/**
* The preload script runs before. It has access to web APIs
* as well as Electron's renderer process modules and some
* polyfilled Node.js functions.
* The preload script runs before `index.html` is loaded
* in the renderer. It has access to web APIs as well as
* Electron's renderer process modules and some polyfilled
* Node.js functions.
*
* https://www.electronjs.org/docs/latest/tutorial/sandbox
*/
Expand Down

0 comments on commit 8b9c116

Please sign in to comment.