From 0b88ba8cb44c294de419ee9d488c7a57791dbe1b Mon Sep 17 00:00:00 2001 From: Akshay Patel Date: Fri, 17 Jan 2025 10:40:01 +0100 Subject: [PATCH] Fix typo --- .../smart-account-modules/smart-account-modules-tutorial.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/advanced/smart-account-modules/smart-account-modules-tutorial.mdx b/pages/advanced/smart-account-modules/smart-account-modules-tutorial.mdx index abc03879..272ce97f 100644 --- a/pages/advanced/smart-account-modules/smart-account-modules-tutorial.mdx +++ b/pages/advanced/smart-account-modules/smart-account-modules-tutorial.mdx @@ -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