We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac9167 commit 5ad805bCopy full SHA for 5ad805b
docs/dapps/tutorials/first-fungible-token.md
@@ -77,7 +77,7 @@ async function fungibleToken() {
77
web3.setCurrentNodeProvider('http://127.0.0.1:22973', undefined, fetch)
78
const signer = await testNodeWallet()
79
const issueTokenAmount = 10000n
80
- // Deoloy `ShinyToken` contract and issue `10000` shiny tokens to `issueTokenTo` address.
+ // Deploy `ShinyToken` contract and issue `10000` shiny tokens to `issueTokenTo` address.
81
const shinyToken = await ShinyToken.deploy(signer, {
82
initialFields: {},
83
issueTokenAmount,
0 commit comments