Skip to content

Commit e212bb9

Browse files
committed
minor tweak
1 parent ec3b73c commit e212bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/testing/vitest-integration/debugging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ To setup VS Code for breakpoint debugging in your Worker tests, create a `.vscod
8080
}
8181
```
8282

83-
Select **Debug Workers tests** at the top of the **Run & Debug** panel to open inspector with Vitest and attach a debugger to the Workers runtime. Then you can add breakpoints to your test files and start debugging.
83+
Select **Debug Workers tests** at the top of the **Run & Debug** panel to open an inspector with Vitest and attach a debugger to the Workers runtime. Then you can add breakpoints to your test files and start debugging.

0 commit comments

Comments
 (0)