Skip to content

Commit

Permalink
docs: fix Chinese comment in English docs (#9316)
Browse files Browse the repository at this point in the history
fix: Chinese in English docs
  • Loading branch information
sadan4 authored Feb 15, 2025
1 parent 5f8aa04 commit c83cfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/en/config/output.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ In the above example, we're passing a single entry file to `entry`, however, Rsp
```js title="rspack.config.mjs"
export default {
//
entry: ['./src/a.js', './src/b.js'], // 只有在 b.js 中导出的内容才会被暴露
entry: ['./src/a.js', './src/b.js'], // only exports in b.js will be exposed
output: {
library: 'MyLibrary',
},
Expand Down

0 comments on commit c83cfe9

Please sign in to comment.