Skip to content

Commit

Permalink
docs(contracts): Fix typos (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
osrm authored Nov 15, 2024
1 parent 4030bc1 commit af2042b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ And run the tests with forge test:
forge test
```

And get the coverage with fotge coverage:
And get the coverage with forge coverage:

```bash
forge coverage
Expand Down Expand Up @@ -100,7 +100,7 @@ network files describing the deployed contracts.

### Verify with arguments

Change the arguments you want to use fpr the verify action in `contracts/script/arguments.ts`, then run:
Change the arguments you want to use for the verify action in `contracts/script/arguments.ts`, then run:

```
npx hardhat verify --network NETWORK_NAME CONTRACT_ADDRESS --constructor-args contracts/script/arguments.ts
Expand Down

0 comments on commit af2042b

Please sign in to comment.