docs: fix typo in quick-start.md (#34149)
According to Jetbrains LanguageTool, "Consider using All the. "
This commit is contained in:
parent
64dc90824b
commit
6063d4f8df
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ app.on('window-all-closed', () => {
|
||||||
```js
|
```js
|
||||||
// preload.js
|
// preload.js
|
||||||
|
|
||||||
// All of the Node.js APIs are available in the preload process.
|
// All the Node.js APIs are available in the preload process.
|
||||||
// It has the same sandbox as a Chrome extension.
|
// It has the same sandbox as a Chrome extension.
|
||||||
window.addEventListener('DOMContentLoaded', () => {
|
window.addEventListener('DOMContentLoaded', () => {
|
||||||
const replaceText = (selector, text) => {
|
const replaceText = (selector, text) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue