Skip to content

Commit

Permalink
Added missing comma. (#29685)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra authored Jun 30, 2023
1 parent c322d9b commit a5a5320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/blazor/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit a5a5320

Please sign in to comment.