Skip to content

Commit

Permalink
fix(docs): fix a typo in section on debugging with VSCode (electron#3…
Browse files Browse the repository at this point in the history
…5256)

fix(docs): fix a typo
  • Loading branch information
bytrangle authored and schetle committed Aug 18, 2022
1 parent 6785d5d commit eda4e06
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 eda4e06

Please sign in to comment.