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": { 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;