From 97e00c1c786d7bd72af808a1c5c4d6b19fb7bd0a Mon Sep 17 00:00:00 2001 From: Lena Mikhaylova <44687983+elenamik@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:28:32 -0400 Subject: [PATCH] fix spelling error in auction doc (#105) --- contracts/auction/auction/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/auction/auction/README.md b/contracts/auction/auction/README.md index 5ce3d66..b33a89f 100644 --- a/contracts/auction/auction/README.md +++ b/contracts/auction/auction/README.md @@ -47,7 +47,7 @@ The auction strategy is used to calculate the starting price and end price of th > Let's say our price is `2`, and we set `start_price_perc` to 2000 BPS (20%) and `end_price_perc` to 2000 BPS (20%). The starting price will be `2 + (2 * 20%) = 2.4` and the end price will be `2 - (2 * 20%) = 1.6`. -## Execute Nessages +## Execute Messages `AuctionFunds {}` - Send funds to be auctioned during the next auction.