Skip to content

Commit

Permalink
Merge pull request #28 from nnsW3/docs-fix-spelling-issues
Browse files Browse the repository at this point in the history
Docs fix spelling issues
  • Loading branch information
iainnash authored Nov 8, 2024
2 parents 86770b5 + 79335cb commit 1e8e478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/NewSafeProposal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ const ViewProposal = ({

const hasApproved = address ? approvers.includes(address as Address) : false;

// count others that are needed to sign, taking into account self must have signed, and if self has signed
// count others that are needed to sign, taking into account that self must have signed, and if self has signed
// exclude from others needed to sign
const canExecute = determineIfCanExecute({
hasApproved,
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/useLoadProposalFromQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const useLoadProposalFromQuery = () => {
const nonce = params.get(queryKeys["nonce"]);

if (targets && calldatas) {
// ensure the 3 lengths are the same. check if values also has the same length if its not empty
// ensure the 3 lengths are the same. check if values also have the same length if it's not empty
// check the inverse of the above, if inverse is true, return:
if (
targets.length !== calldatas.length ||
Expand Down

0 comments on commit 1e8e478

Please # to comment.