From 73828910152cb67c849635ccf513dbe107b63ca3 Mon Sep 17 00:00:00 2001 From: Aryan Shridhar <53977614+aryanshridhar@users.noreply.github.com> Date: Tue, 15 Mar 2022 22:41:40 +0530 Subject: [PATCH] docs: reword sentence for better understanding (#33265) --- 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 6b7737ec50b8..bfbb941486f5 100644 --- a/docs/tutorial/process-model.md +++ b/docs/tutorial/process-model.md @@ -40,7 +40,7 @@ to `require` modules and use all of Node.js APIs. ### Window management -The main process' primary purpose is to create and manage application windows with the +The primary purpose of the main process is to create and manage application windows with the [`BrowserWindow`][browser-window] module. Each instance of the `BrowserWindow` class creates an application window that loads