Skip to content

Commit cb7abdb

Browse files
alcuadradoCopilot
andauthored
Update v-next/hardhat/src/internal/builtin-plugins/solidity/build-system/resolver/dependency-resolver.ts
Co-authored-by: Copilot <[email protected]>
1 parent 7795ca5 commit cb7abdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v-next/hardhat/src/internal/builtin-plugins/solidity/build-system/resolver/dependency-resolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ export class ResolverImplementation implements Resolver {
714714
const dependencyWithPackageExports = {
715715
...dependency,
716716
exports: dependency.exports ?? {
717-
// If someone imports with the full path, we wan't it to work
717+
// If someone imports with the full path, we want it to work
718718
"./src/*.sol": "./src/*.sol",
719719
// If they import assuming the typical remapping into src/, we also
720720
// want it to work

0 commit comments

Comments
 (0)