Skip to content

Commit ca966a2

Browse files
committed
chore: fix typo in comment
1 parent 340cfc0 commit ca966a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build-helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export async function vendorDeno({
4949
// see https://github.com/denoland/deno/issues/14123
5050
// to workaround this we copy the wasm files manually
5151
// (note Deno 2 allows to vendor wasm files, but it also require modules to import them and not fetch and instantiate them
52-
// se being able to drop downloading is dependent on implementation of wasm handling in external modules as well)
52+
// so being able to drop downloading is dependent on implementation of wasm handling in external modules as well)
5353
await Promise.all(
5454
wasmFilesToDownload.map(async (urlString) => {
5555
const url = new URL(urlString)

0 commit comments

Comments
 (0)