From 6a451311cd335210673ae896cd4514fca0022c40 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 15:30:39 -0700 Subject: [PATCH] fix(docs): fix a typo in section on debugging with VSCode (#35286) fix(docs): fix a typo Co-authored-by: Trang Le --- docs/tutorial/tutorial-2-first-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/tutorial-2-first-app.md b/docs/tutorial/tutorial-2-first-app.md index 714d069827493..75d94d618e014 100644 --- a/docs/tutorial/tutorial-2-first-app.md +++ b/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: