Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap committed Jan 17, 2025
1 parent 826d503 commit 0b88ba8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ describe("TokenWithdrawModule Tests", function () {
).deploy();
});

// Setup contracts: Deploy a new token contract, create a new Safe, deploy the TokenWithdrawModule contract, and nable the module in the Safe.
// Setup contracts: Deploy a new token contract, create a new Safe, deploy the TokenWithdrawModule contract, and enable the module in the Safe.
const setupContracts = async (
walletOwners: Signer[],
threshold: number
Expand Down

0 comments on commit 0b88ba8

Please sign in to comment.