+
From 939f585479b854c2d674c83476669c36b0c6b610 Mon Sep 17 00:00:00 2001
From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com>
Date: Mon, 10 Feb 2025 14:07:52 +0100
Subject: [PATCH 2/3] Update 1. Explore Your Pokemon Cards NFTs.md
---
.../1. Explore Your Pokemon Cards NFTs.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Mint Pokemon Cards on Tezos Blockchain/4. Explore Your Pokemon Cards NFTs/1. Explore Your Pokemon Cards NFTs.md b/Mint Pokemon Cards on Tezos Blockchain/4. Explore Your Pokemon Cards NFTs/1. Explore Your Pokemon Cards NFTs.md
index bc6885e1..ac43e1d0 100644
--- a/Mint Pokemon Cards on Tezos Blockchain/4. Explore Your Pokemon Cards NFTs/1. Explore Your Pokemon Cards NFTs.md
+++ b/Mint Pokemon Cards on Tezos Blockchain/4. Explore Your Pokemon Cards NFTs/1. Explore Your Pokemon Cards NFTs.md
@@ -1,6 +1,6 @@
# Explore Your Pokemon Cards NFTs
-Congragulations on minting your first NFT to Tezos Blockchain. But wait! Where can you even find it and see if it is on the Tezos network or not? In this lesson, you will find this out and explore different platforms where your NFT collection is.
+Congratulations on minting your first NFT to Tezos Blockchain. But wait! Where can you even find it and see if it is on the Tezos network or not? In this lesson, you will find this out and explore different platforms where your NFT collection is.
## Explore NFTs on Temple wallet
From e4119ec805ebf74dd23e74d6d3b83b9b49074dad Mon Sep 17 00:00:00 2001
From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com>
Date: Mon, 10 Feb 2025 14:08:20 +0100
Subject: [PATCH 3/3] Update 7. Finalize the essentials.md
---
.../3. Build Your Token/7. Finalize the essentials.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Aptos C3 Create a Fungible Token on Aptos/3. Build Your Token/7. Finalize the essentials.md b/Aptos C3 Create a Fungible Token on Aptos/3. Build Your Token/7. Finalize the essentials.md
index b7ca0e3e..7e201d9a 100644
--- a/Aptos C3 Create a Fungible Token on Aptos/3. Build Your Token/7. Finalize the essentials.md
+++ b/Aptos C3 Create a Fungible Token on Aptos/3. Build Your Token/7. Finalize the essentials.md
@@ -125,7 +125,7 @@ public entry fun unfreeze_account(admin: &signer, account: address) acquires Man
}
```
-The `unfreeze_account` function is almost the same as the `freeze_account` function, the only difference being that we will set the frozen flag to `false` and the entire implementation is the same as that of `freeze_acount`.
+The `unfreeze_account` function is almost the same as the `freeze_account` function, the only difference being that we will set the frozen flag to `false` and the entire implementation is the same as that of `freeze_account`.
## Complete Code