diff --git a/blog/2024/how-to-mint-nfts.md b/blog/2024/how-to-mint-nfts.md
index 4724895cd5..d3f342ff76 100644
--- a/blog/2024/how-to-mint-nfts.md
+++ b/blog/2024/how-to-mint-nfts.md
@@ -57,7 +57,7 @@ Before diving into how to mint an NFT, ensure you have access to test accounts o
-
+
-
## What does it mean to mint an NFT?
Minting an NFT involves creating a new, unique digital token using blockchain technology. To [mint an NFT](https://xrpl.org/docs/concepts/tokens/nfts/) on the XRP Ledger:
diff --git a/docs/concepts/tokens/decentralized-exchange/index.md b/docs/concepts/tokens/decentralized-exchange/index.md
index d2ea983117..b304e97ad4 100644
--- a/docs/concepts/tokens/decentralized-exchange/index.md
+++ b/docs/concepts/tokens/decentralized-exchange/index.md
@@ -22,7 +22,7 @@ A decentralized exchange, abbreviated "DEX", is a platform that enables anyone t
The XRP Ledger's CLOB DEX is unique in that it does **not require** AMMs to swap. Trades on the XRP Ledger _can_ use AMMs to swap too, but unlike other DEXes, an AMM is not required.