Skip to content

Commit

Permalink
Merge pull request #6092 from chloefeal/fix
Browse files Browse the repository at this point in the history
fix: typos
  • Loading branch information
alcuadrado authored Jan 2, 2025
2 parents a09fdfd + 8a765ca commit d1be5f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function deepFreezeUserConfig(
* Receives an Error and checks if it's a MODULE_NOT_FOUND and the reason that
* caused it.
*
* If it can infer the reason, it throws an appropiate error. Otherwise it does
* If it can infer the reason, it throws an appropriate error. Otherwise it does
* nothing.
*/
export function analyzeModuleNotFoundError(error: any, configPath: string) {
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-verify/src/internal/tasks/sourcify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ ${contractURL}

return {
success: response.isSuccess(),
message: "Contract successfuly verified on Sourcify",
message: "Contract successfully verified on Sourcify",
};
}
);
Expand Down

0 comments on commit d1be5f0

Please sign in to comment.