Skip to content

Commit f715e3c

Browse files
authored
docs: remove const (#4399)
1 parent 60706c3 commit f715e3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/02-javascript-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async function build() {
2929
let buildFailed = false;
3030
try {
3131
// create a bundle
32-
const bundle = await rollup(inputOptions);
32+
bundle = await rollup(inputOptions);
3333

3434
// an array of file names this bundle depends on
3535
console.log(bundle.watchFiles);

0 commit comments

Comments
 (0)