Skip to content

Commit 5ad805b

Browse files
authored
typo error - deploy from deoloy
1 parent 8ac9167 commit 5ad805b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dapps/tutorials/first-fungible-token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async function fungibleToken() {
7777
web3.setCurrentNodeProvider('http://127.0.0.1:22973', undefined, fetch)
7878
const signer = await testNodeWallet()
7979
const issueTokenAmount = 10000n
80-
// Deoloy `ShinyToken` contract and issue `10000` shiny tokens to `issueTokenTo` address.
80+
// Deploy `ShinyToken` contract and issue `10000` shiny tokens to `issueTokenTo` address.
8181
const shinyToken = await ShinyToken.deploy(signer, {
8282
initialFields: {},
8383
issueTokenAmount,

0 commit comments

Comments
 (0)