From a5a53205c4c5a7599b6d652ab086d487fe53932b Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Fri, 30 Jun 2023 17:35:48 +0200 Subject: [PATCH] Added missing comma. (#29685) --- aspnetcore/blazor/debug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/debug.md b/aspnetcore/blazor/debug.md index b189d6f72be9..46a4fb37d73c 100644 --- a/aspnetcore/blazor/debug.md +++ b/aspnetcore/blazor/debug.md @@ -331,7 +331,7 @@ To attach to a running Blazor app, create a `.vscode/launch.json` file with the ```json { - "name": "Attach and Debug" + "name": "Attach and Debug", "type": "blazorwasm", "request": "attach", "url": "{URL}"