Skip to content

Commit 62aa853

Browse files
authored
Merge pull request #13667 from UNOFFICIALbgd/dev
Typo in "how to write and deploy an NFT" page and removing link for Azure Blockchain Workbench
2 parents 521952b + e8c5c00 commit 62aa853

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

public/content/developers/docs/ides/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ Most established IDEs have built plugins to enhance the Ethereum development exp
3737
**Visual Studio Code -** **_Professional cross-platform IDE with official Ethereum support_**
3838

3939
- [Visual Studio Code](https://code.visualstudio.com/)
40-
- [Azure Blockchain Workbench](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/microsoft-azure-blockchain.azure-blockchain-workbench?tab=Overview)
4140
- [Code samples](https://github.com/Azure-Samples/blockchain/blob/master/blockchain-workbench/application-and-smart-contract-samples/readme.md)
4241
- [GitHub](https://github.com/microsoft/vscode)
4342

public/content/developers/tutorials/how-to-write-and-deploy-an-nft/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ If we go to the [Sepolia etherscan](https://sepolia.etherscan.io/) and search fo
331331

332332
![View your transaction address on Etherscan](./etherscan-sepoila-contract-creation.png)
333333

334-
The From address should match your MetaMask account address and the To address will say “Contract Creation.” If we click into the transaction, we’ll see our contract address in the To field:
334+
The From address should match your MetaMask account address and the To address will say “Contract Creation”. If we click into the transaction, we’ll see our contract address in the To field:
335335

336336
![View your contract address on Etherscan](./etherscan-sepolia-tx-details.png)
337337

src/data/community-events.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,4 +676,4 @@
676676
"endDate": "2024-12-8",
677677
"imageUrl": "https://ethindia.co/assets/images/og-image.png"
678678
}
679-
]
679+
]

0 commit comments

Comments
 (0)