docs: reword sentence for better understanding (#33265)
This commit is contained in:
parent
75339dccb3
commit
7382891015
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ to `require` modules and use all of Node.js APIs.
|
||||||
|
|
||||||
### Window management
|
### 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.
|
[`BrowserWindow`][browser-window] module.
|
||||||
|
|
||||||
Each instance of the `BrowserWindow` class creates an application window that loads
|
Each instance of the `BrowserWindow` class creates an application window that loads
|
||||||
|
|
Loading…
Reference in a new issue