Skip to content

Commit 0db88d5

Browse files
authored
Merge pull request #7394 from hursittarcan/truffletypo
Fixed typo on Create and deploy a DeFi app page [Fixes #7390]
2 parents fc45bd8 + 0c204ee commit 0db88d5

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/tutorials/create-and-deploy-a-defi-app

1 file changed

+1
-1
lines changed

src/content/developers/tutorials/create-and-deploy-a-defi-app/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ The address used to deploy our contracts is the first one from the list of addre
146146

147147
To verify that 1 million MyToken tokens have been sent to the deployer address, we can use the Truffle Console to interact with our deployed smart contract.
148148

149-
> [Truffle Console is a a basic interactive console connecting to any Ethereum client.](https://www.trufflesuite.com/docs/truffle/getting-started/using-truffle-develop-and-the-console)
149+
> [Truffle Console is a basic interactive console connecting to any Ethereum client.](https://www.trufflesuite.com/docs/truffle/getting-started/using-truffle-develop-and-the-console)
150150
151151
In order to interact with our smart contract, run the following command:
152152

0 commit comments

Comments
 (0)