From e351e8ad2daf5b981f3013bbaf121613abc8df54 Mon Sep 17 00:00:00 2001 From: valle-xyz Date: Thu, 16 Jan 2025 17:35:18 +0100 Subject: [PATCH] correct vale error --- .../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 8b624fff..6df446bf 100644 --- a/pages/advanced/smart-account-modules/smart-account-modules-tutorial.mdx +++ b/pages/advanced/smart-account-modules/smart-account-modules-tutorial.mdx @@ -578,7 +578,7 @@ describe("TokenWithdrawModule Tests", function () { This step sets up the test environment by deploying and configuring the necessary contracts. Please note that: -- Alice is the only owner of the Safe. A threshold of 1 is set. So only Alice's signature is required to execute transactions. +- Alice is the only owner of the Safe and a threshold of 1 is set. Thus, only Alice's signature is required to execute transactions. - We can receive the Safe address before deploying the Safe. ### Step 4: Deploy and enable module in `enableModule` function