From 5ad805b7ea77497927486179f20e39c8d1ac5f9b Mon Sep 17 00:00:00 2001 From: unknown <67726628+rohitscript@users.noreply.github.com> Date: Tue, 20 Aug 2024 13:49:53 +0530 Subject: [PATCH] typo error - deploy from deoloy --- docs/dapps/tutorials/first-fungible-token.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dapps/tutorials/first-fungible-token.md b/docs/dapps/tutorials/first-fungible-token.md index c43d0e62..963dd0bc 100644 --- a/docs/dapps/tutorials/first-fungible-token.md +++ b/docs/dapps/tutorials/first-fungible-token.md @@ -77,7 +77,7 @@ async function fungibleToken() { web3.setCurrentNodeProvider('http://127.0.0.1:22973', undefined, fetch) const signer = await testNodeWallet() const issueTokenAmount = 10000n - // Deoloy `ShinyToken` contract and issue `10000` shiny tokens to `issueTokenTo` address. + // Deploy `ShinyToken` contract and issue `10000` shiny tokens to `issueTokenTo` address. const shinyToken = await ShinyToken.deploy(signer, { initialFields: {}, issueTokenAmount,