Skip to content

Commit

Permalink
chore: fix some comments
Browse files Browse the repository at this point in the history
Signed-off-by: dufucun <[email protected]>
  • Loading branch information
dufucun authored and dufucun committed Jun 3, 2024
1 parent 64aa92b commit 552ca41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/etherscan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,10 @@ export const attemptVerification = async (
let guid: string
/**
* We wrap this in a try/catch because this call may throw an error if the contract was recently
* deployed and hasn't propogated to Etherscan's backend yet.
* deployed and hasn't propagated to Etherscan's backend yet.
*
* An error may also occur if the contract is already verified which can happen in two scenarios:
* - We're retrying verification and this contract was succesfully verified in a previous attempt.
* - We're retrying verification and this contract was successfully verified in a previous attempt.
* - The contract was verified by some mechanism implemented by the Blockexplorer such as automatic
* linking via source code matching.
*
Expand Down
2 changes: 1 addition & 1 deletion test/changesets.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type Changesets = {
}

/**
* We use the Changesets package to generate release versions which requires that we manaully determine when to do
* We use the Changesets package to generate release versions which requires that we manually determine when to do
* releases and for which packages. There are some cases where we can accidentally do a release incorrectly that could
* result in user either not getting changes that they should get based on the plugins package version they have
* installed, or that in the worst case could break their installation.
Expand Down

0 comments on commit 552ca41

Please sign in to comment.