From b5620b4157d0ad1613c55e2c9500269d5ca7a28c Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sat, 6 Nov 2021 02:31:48 +0900 Subject: [PATCH] Update README.md successfull -> successful --- deploy-migrations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-migrations/README.md b/deploy-migrations/README.md index 4dd155f4d..3638066fe 100644 --- a/deploy-migrations/README.md +++ b/deploy-migrations/README.md @@ -58,7 +58,7 @@ npm run truffle:migrate -- --reset -f 5 --to 5 --network ``` -Post successfull deployment all contract addresses will be written to a `contractAddresses.json` file. +Post successful deployment all contract addresses will be written to a `contractAddresses.json` file. > Check account that you are deploying from has ether for the network you are deploying on.