Skip to content

Commit

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

Co-authored-by: Trang Le <trang.thule@zoho.com>
  • Loading branch information
trop[bot] and bytrangle committed Aug 9, 2022
1 parent 09beb48 commit 6a45131
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 6a45131

Please sign in to comment.