Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cbbfcd authored Dec 3, 2024
1 parent 7875253 commit f0a961b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/en/contribute/development/debugging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ It's necessary to configure two debug configurations within in `.vscode/launch.j
"-c",
"${workspaceFolder}/examples/basic/rspack.config.js",
],
// `cwd` is just for repack find the correctly entry.
// `cwd` is just for rspack find the correctly entry.
"cwd": "${workspaceFolder}/examples/basic/",
}
```
Expand Down

0 comments on commit f0a961b

Please sign in to comment.