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}"