Skip to content

Commit 1e8e478

Browse files
authored
Merge pull request #28 from nnsW3/docs-fix-spelling-issues
Docs fix spelling issues
2 parents 86770b5 + 79335cb commit 1e8e478

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/NewSafeProposal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ const ViewProposal = ({
246246

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

249-
// count others that are needed to sign, taking into account self must have signed, and if self has signed
249+
// count others that are needed to sign, taking into account that self must have signed, and if self has signed
250250
// exclude from others needed to sign
251251
const canExecute = determineIfCanExecute({
252252
hasApproved,

src/hooks/useLoadProposalFromQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const useLoadProposalFromQuery = () => {
2020
const nonce = params.get(queryKeys["nonce"]);
2121

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

0 commit comments

Comments
 (0)