Skip to content

Commit fefa13f

Browse files
authored
Merge pull request #8510 from bobbyg603/patch-1
docs: fix typo in how-to-mint-an-nft
2 parents 0789b8c + 06ea981 commit fefa13f

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
@@ -149,7 +149,7 @@ First, let’s define a function named `mintNFT(tokenData)` and create our trans
149149

150150
- `'to': contractAddress` — The contract we wish to interact with and send the transaction
151151

152-
- `'nonce': nonce` — The account nonce with the number of transactions send from our address
152+
- `'nonce': nonce` — The account nonce with the number of transactions sent from our address
153153

154154
- `'gas': estimatedGas` — The estimated gas needed to complete the transaction
155155

0 commit comments

Comments
 (0)