From af2042b3c31f4967db59fcfd40756fa646e15406 Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:36:19 +0900 Subject: [PATCH] docs(contracts): Fix typos (#802) --- contracts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/README.md b/contracts/README.md index 1072ce1f..bb6c6447 100644 --- a/contracts/README.md +++ b/contracts/README.md @@ -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 @@ -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