We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba4d96 commit 58d2442Copy full SHA for 58d2442
doc/api/module.md
@@ -884,7 +884,7 @@ async function getPackageType(url) {
884
.catch((err) => {
885
if (err?.code !== 'ENOENT') console.error(err);
886
});
887
- // Ff package.json existed and contained a `type` field with a value, voila
+ // If package.json existed and contained a `type` field with a value, voilà
888
if (type) return type;
889
// Otherwise, (if not at the root) continue checking the next directory up
890
// If at the root, stop and return false
0 commit comments