Skip to content

Commit

Permalink
docs: fix typo in zh docs (#7820)
Browse files Browse the repository at this point in the history
fix: typo in docs
  • Loading branch information
SyMind authored Sep 6, 2024
1 parent 200d4db commit cec9cff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/zh/api/javascript-api/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ const compiler = rspack({
const watching = compiler.watch(
{
// 示例
aggregateTimeout 300,
poll undefined,
aggregateTimeout: 300,
poll: undefined,
},
(err, stats) => {
// 这里打印 watch/build 结果...
console.log(stats);
}
},
);
```

Expand Down

0 comments on commit cec9cff

Please sign in to comment.