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

fix(docs): fix a typo
This commit is contained in:
Trang Le 2022-08-10 02:01:38 +07:00 committed by GitHub
parent 6548808054
commit 32fefb1f50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: