From d93bb090df4a4f7464ae11ea5f65815a38b8f2e1 Mon Sep 17 00:00:00 2001 From: gopherorg Date: Mon, 13 May 2024 18:26:32 +0800 Subject: [PATCH] chore: remove repetitive words Signed-off-by: gopherorg --- doc/v2.2_upgrade.md | 2 +- test/v1.1/Rescuable.behavior.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/v2.2_upgrade.md b/doc/v2.2_upgrade.md index 3df037782..26d932d6f 100644 --- a/doc/v2.2_upgrade.md +++ b/doc/v2.2_upgrade.md @@ -40,7 +40,7 @@ ``` 3. Look for the `deploy-impl-and-upgrader.s.sol` script in - [`./scripts/deploy/`](../scripts/deploy/). Ensure the the following variables + [`./scripts/deploy/`](../scripts/deploy/). Ensure the following variables are correctly configured in your local `.env` file: ```sh diff --git a/test/v1.1/Rescuable.behavior.ts b/test/v1.1/Rescuable.behavior.ts index de484bb19..676f84794 100644 --- a/test/v1.1/Rescuable.behavior.ts +++ b/test/v1.1/Rescuable.behavior.ts @@ -106,7 +106,7 @@ export function behavesLikeRescuable( ); }); - it("reverts when the the given contract address is not ERC20", async () => { + it("reverts when the given contract address is not ERC20", async () => { await expectRevert( rescuable.rescueERC20(accounts[3], tokenOwner, 1, { from: rescuer,