From e5ec6c59141e5e5e50b972bb49fbf994fd0a85e7 Mon Sep 17 00:00:00 2001 From: 0x Date: Mon, 27 Jan 2025 20:03:39 +0100 Subject: [PATCH] typo corr getBuyQuote.ts --- src/buy/utils/getBuyQuote.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buy/utils/getBuyQuote.ts b/src/buy/utils/getBuyQuote.ts index b7c33bbd09..547126d63b 100644 --- a/src/buy/utils/getBuyQuote.ts +++ b/src/buy/utils/getBuyQuote.ts @@ -37,7 +37,7 @@ export async function getBuyQuote({ if (to?.symbol !== from?.symbol) { // switching to and from here // instead of getting a quote for how much of X do we need to sell to get the input token amount - // we can get a quote for how much of X we will recieve if we sell the input token amount + // we can get a quote for how much of X we will receive if we sell the input token amount response = await getSwapQuote({ amount, amountReference: 'from',