Skip to content

Commit

Permalink
docs: fix typo (#8607)
Browse files Browse the repository at this point in the history
* fix: typo

* fix: typo
  • Loading branch information
cbbfcd authored Dec 4, 2024
1 parent 0f2eb7a commit 0bf7360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion website/docs/zh/contribute/development/debugging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ npm run build:js
"-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 0bf7360

Please sign in to comment.