We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7795ca5 commit cb7abdbCopy full SHA for cb7abdb
v-next/hardhat/src/internal/builtin-plugins/solidity/build-system/resolver/dependency-resolver.ts
@@ -714,7 +714,7 @@ export class ResolverImplementation implements Resolver {
714
const dependencyWithPackageExports = {
715
...dependency,
716
exports: dependency.exports ?? {
717
- // If someone imports with the full path, we wan't it to work
+ // If someone imports with the full path, we want it to work
718
"./src/*.sol": "./src/*.sol",
719
// If they import assuming the typical remapping into src/, we also
720
// want it to work
0 commit comments