Skip to content

Commit 7515e39

Browse files
authored
fix: typo in how to mint ERC 1155 token (#1884)
1 parent 536769c commit 7515e39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/website/pages/docs/how-to/mint-erc-1155.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ async function storeExampleNFT() {
119119
const metadata = await client.store(nft)
120120

121121
console.log('NFT data stored!')
122-
console.log('Metadata URI: ', metadatal.url)
122+
console.log('Metadata URI: ', metadata.url)
123123
}
124124

125125
storeExampleNFT()

0 commit comments

Comments
 (0)