Skip to content

Commit 4394727

Browse files
Correction in wordings
1 parent 42463a5 commit 4394727

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/tutorials/how-to-mint-an-nft

1 file changed

+1
-1
lines changed

src/content/developers/tutorials/how-to-mint-an-nft/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ async function mintNFT(tokenURI) {
245245

246246
## Step 9: Call mintNFT and run node contract-interact.js {#call-mintnft-fn}
247247

248-
Remember the metadata.json you uploaded to Pinata? Get its hashcode from Pinata and pass the following into a call to mintNFT `https://gateway.pinata.cloud/ipfs/<metadata-hash-code>`
248+
Remember the metadata.json you uploaded to Pinata? Get its hashcode from Pinata and pass the following as parameter to the function mineNFT `https://gateway.pinata.cloud/ipfs/<metadata-hash-code>`
249249

250250
Here’s how to get the hashcode:
251251

0 commit comments

Comments
 (0)