Skip to content

Commit 114649d

Browse files
Update src/content/docs/workers/testing/vitest-integration/debugging.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 5b4bc67 commit 114649d

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
@@ -19,7 +19,7 @@ vitest --inspect --no-file-parallelism
1919

2020
## Customizing the inspector port
2121

22-
By default, the inspector will be opened on port `9229`. If you need to use a different port (e.g. `3456`), you can run the following command:
22+
By default, the inspector will be opened on port `9229`. If you need to use a different port (for example, `3456`), you can run the following command:
2323

2424
```sh
2525
vitest --inspect=3456 --no-file-parallelism

0 commit comments

Comments
 (0)