Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion test/Staker.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down