From b57421ff184ac70ea4ee7cc269ebf54b8a7192ee Mon Sep 17 00:00:00 2001 From: Viacheslav Bakshaev Date: Mon, 6 Jul 2026 15:13:06 +0500 Subject: [PATCH] Fix typo in AMM auction slot tutorial (#3712) Corrected a typo in the tutorial introduction. --- docs/tutorials/defi/dex/use-amm-auction-slot-for-lower-fees.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/defi/dex/use-amm-auction-slot-for-lower-fees.md b/docs/tutorials/defi/dex/use-amm-auction-slot-for-lower-fees.md index de926ea0e6..cf9b349cb4 100644 --- a/docs/tutorials/defi/dex/use-amm-auction-slot-for-lower-fees.md +++ b/docs/tutorials/defi/dex/use-amm-auction-slot-for-lower-fees.md @@ -1,6 +1,6 @@ # Use the AMM Auction Slot for Lower Fees -Thsi tutorial shows how to use the auction slot of an [Automated Market Maker (AMM)](../../../concepts/tokens/decentralized-exchange/automated-market-makers.md) to save the amount of fees you pay when trading against that AMM. +This tutorial shows how to use the auction slot of an [Automated Market Maker (AMM)](../../../concepts/tokens/decentralized-exchange/automated-market-makers.md) to save the amount of fees you pay when trading against that AMM. For a simpler example of trading currencies in the XRP Ledger's DEX, see [Trade in the Decentralized Exchange](./trade-in-the-decentralized-exchange.md).