Skip to content
Snippets Groups Projects
Unverified Commit 32fefb1f authored by Trang Le's avatar Trang Le Committed by GitHub
Browse files

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

fix(docs): fix a typo
parent 65488080
......@@ -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:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment