From 35ac93b37c4d7e1be9931ff2d50fa320f5c6aea5 Mon Sep 17 00:00:00 2001 From: Chase Fleming Date: Wed, 18 Oct 2023 16:45:02 -0700 Subject: [PATCH] Update docs/guides/nft.md Co-authored-by: Greg Santos --- docs/guides/nft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/nft.md b/docs/guides/nft.md index 58148c5448..2994eb1543 100644 --- a/docs/guides/nft.md +++ b/docs/guides/nft.md @@ -510,7 +510,7 @@ Since you haven't added any NFTs to the collection yet, the result will be an em ## Minting and Depositing an NFT to a Collection -To deposit an NFT into a collection, create a new transaction file: +To mint and deposit an NFT into a collection, create a new transaction file: ``` touch cadence/transactions/DepositNFT.cdc