Browse Source

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

fix(docs): fix a typo

Co-authored-by: Trang Le <[email protected]>
trop[bot] 2 years ago
parent
commit
f93dc38e84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/tutorial/tutorial-2-first-app.md

+ 1 - 1
docs/tutorial/tutorial-2-first-app.md

@@ -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: