Skip to content

Commit

Permalink
fix(docs): fix a typo in section on debugging with VSCode (#35256)
Browse files Browse the repository at this point in the history
fix(docs): fix a typo
  • Loading branch information
bytrangle committed Aug 9, 2022
1 parent 6548808 commit 32fefb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/tutorial-2-first-app.md
Expand Up @@ -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:

Expand Down

0 comments on commit 32fefb1

Please sign in to comment.