Skip to content

Commit

Permalink
docs: remove const (#4399)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickyPi committed Feb 13, 2022
1 parent 60706c3 commit f715e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-javascript-api.md
Expand Up @@ -29,7 +29,7 @@ async function build() {
let buildFailed = false;
try {
// create a bundle
const bundle = await rollup(inputOptions);
bundle = await rollup(inputOptions);

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

0 comments on commit f715e3c

Please sign in to comment.