fix some typos (#259747)

This commit is contained in:
Aman Karmani
2025-08-06 04:49:35 -07:00
committed by GitHub
parent cee559ce6d
commit 934593aeb1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
const basePath = require('path').join(__dirname, `../../../${outdir}/`);
const baseUrl = require('url').pathToFileURL(basePath);
// Tests run in a renderer that IS node-enabled. Wo we will encounter imports for node-modules which isn't
// Tests run in a renderer that IS node-enabled. So we will encounter imports for node-modules which isn't
// supported by blink/chromium. To work around this, we generate an import map that maps all node modules
// to a blob that exports all properties of the module as named exports and the module itself as default.