From 86ff4a9836cc28b811420e7c61c6101f7b270c34 Mon Sep 17 00:00:00 2001 From: Luke Ingalls <45518011+lukeingalls@users.noreply.github.com> Date: Mon, 14 Jun 2021 09:33:07 -0600 Subject: [PATCH] docs: fix typo in process-model.md (#29563) --- docs/tutorial/process-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/process-model.md b/docs/tutorial/process-model.md index 0438058babbe..44ff022045c5 100644 --- a/docs/tutorial/process-model.md +++ b/docs/tutorial/process-model.md @@ -138,7 +138,7 @@ way to import Electron's content scripts. Preload scripts contain code that executes in a renderer process before its web content -begins loading. These scripts runs within the renderer context, but are granted more +begins loading. These scripts run within the renderer context, but are granted more privileges by having access to Node.js APIs. A preload script can be attached to the main process in the `BrowserWindow` constructor's