From b0547f82db37d8df550e225299f36b9f4e43f4ae Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Mon, 5 May 2025 16:34:24 +0200 Subject: [PATCH 1/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0db20eb1..5ef16909 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ forge install withtally/staker Staker is not currently distributed as a package on npm, but it can still be added to a HardHat project by referencing the github repository directly. -Add the following lines to to your `package.json` in the `dependencies` key: +Add the following lines to your `package.json` in the `dependencies` key: ```json "dependencies": { From f748ccf84a0ba1c33fb89479813dcca87e392e11 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Mon, 5 May 2025 16:35:38 +0200 Subject: [PATCH 2/2] fix typo --- test/Staker.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Staker.t.sol b/test/Staker.t.sol index 8d1a2095..5b9245ac 100644 --- a/test/Staker.t.sol +++ b/test/Staker.t.sol @@ -1451,7 +1451,7 @@ contract PermitAndStakeMore is StakerTest { ) public { vm.assume(_delegatee != address(0) && _claimer != address(0)); - // We can't fuzz the these values because we need to pre-compute the invalid + // We can't fuzz these values because we need to pre-compute the invalid // recovered signer so we can expect it in the revert error message thrown (address _depositor, uint256 _depositorPrivateKey) = makeAddrAndKey("depositor"); uint256 _stakeMoreAmount = 1578e18;