fix(docs): fix a typo in section on debugging with VSCode (#35285)

fix(docs): fix a typo

Co-authored-by: Trang Le <trang.thule@zoho.com>
This commit is contained in:
trop[bot]
2022-08-09 15:30:29 -07:00
committed by GitHub
parent 64b40ea69c
commit 40058af821

View File

@@ -350,7 +350,7 @@ app.whenReady().then(() => {
## Optional: Debugging from VS Code
If you want to debug your application using VS Code, you have need attach VS Code to
If you want to debug your application using VS Code, you need to attach VS Code to
both the main and renderer processes. Here is a sample configuration for you to
run. Create a launch.json configuration in a new `.vscode` folder in your project: