From 86b844b70441550b17619574572b575e24ff9b51 Mon Sep 17 00:00:00 2001 From: renshuncui Date: Thu, 13 Feb 2025 23:12:20 +0800 Subject: [PATCH] chore: fix some typos Signed-off-by: renshuncui --- packages/test/v0.7/spendingLimitHook.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/test/v0.7/spendingLimitHook.test.ts b/packages/test/v0.7/spendingLimitHook.test.ts index b43413f6..7b7894b3 100644 --- a/packages/test/v0.7/spendingLimitHook.test.ts +++ b/packages/test/v0.7/spendingLimitHook.test.ts @@ -169,7 +169,7 @@ describe("Spending Limit Hook", () => { }) test( - "Account with sudo validator can't send a ERC20 trnasfer transaction exceeding the allowance of spending limit hook", + "Account with sudo validator can't send a ERC20 transfer transaction exceeding the allowance of spending limit hook", async () => { const amountToTransfer = 10000n const transferData = encodeFunctionData({ @@ -231,7 +231,7 @@ describe("Spending Limit Hook", () => { ) test( - "Account with regular validator can't send a ERC20 trnasfer transaction exceeding the allowance of spending limit hook", + "Account with regular validator can't send a ERC20 transfer transaction exceeding the allowance of spending limit hook", async () => { const amountToTransfer = 10000n const transferData = encodeFunctionData({