diff --git a/preload.js b/preload.js index b188cb14f3..f26017e876 100644 --- a/preload.js +++ b/preload.js @@ -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 */