diff --git a/website/docs/en/contribute/development/debugging.mdx b/website/docs/en/contribute/development/debugging.mdx index 1961e95685b..319cad42570 100644 --- a/website/docs/en/contribute/development/debugging.mdx +++ b/website/docs/en/contribute/development/debugging.mdx @@ -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/", } ```