Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

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 khalwa committed Feb 22, 2023
1 parent 615a61c commit 8c37360
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 8c37360

Please sign in to comment.