docs: fix typo in quick-start.md (#34149)

According to Jetbrains LanguageTool, "Consider using All the. "
This commit is contained in:
FantasqueX
2022-05-11 22:05:59 +08:00
committed by GitHub
parent 64dc90824b
commit 6063d4f8df

View File

@@ -404,7 +404,7 @@ app.on('window-all-closed', () => {
```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.
window.addEventListener('DOMContentLoaded', () => {
const replaceText = (selector, text) => {