From 97dc695ed5cd50f2f43c82c06682bd29c4debfd1 Mon Sep 17 00:00:00 2001 From: Chase Fleming Date: Wed, 18 Oct 2023 16:45:08 -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 2994eb1543..e45c19235a 100644 --- a/docs/guides/nft.md +++ b/docs/guides/nft.md @@ -676,7 +676,7 @@ pub fun borrowFooBarNFT(id: UInt64): &FooBar.NFT? { For a deeper dive into `MetadataViews`, consult the [API documentation](https://developers.flow.com/references/core-contracts/flow-nft/MetdataViews/MetadataViews#docusaurus_skipToContent_fallback) or [the FLIP that introduced this feature](https://github.com/onflow/flips/blob/main/application/20210916-nft-metadata.md). -Congrats, you did it! You’re now ready to launch the next hot NFT project on Flow. +Congrats, you did it! You’re now ready to launch the next fun NFT project on Flow. ## More