From 3f33bbd160c57256fb06510bc70b5a93c46d05ee Mon Sep 17 00:00:00 2001 From: Oliver Eggert Date: Wed, 29 Jan 2025 16:06:37 -0800 Subject: [PATCH] fix typo --- docs/references/protocol/transactions/types/ammdeposit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/protocol/transactions/types/ammdeposit.md b/docs/references/protocol/transactions/types/ammdeposit.md index 22d5bef4b2..6d4b6db4ba 100644 --- a/docs/references/protocol/transactions/types/ammdeposit.md +++ b/docs/references/protocol/transactions/types/ammdeposit.md @@ -16,7 +16,7 @@ Deposit funds into an [Automated Market Maker](../../../../concepts/tokens/decen If successful, this transaction creates a [trust line](../../../../concepts/tokens/fungible-tokens/index.md) to the AMM Account (limit 0) to hold the LP Tokens. {% admonition type="info" name="Note" %} -You can't depot either asset into an AMM if: +You can't deposit either asset into an AMM if: - At least one of the pooled assets is frozen by the token issuer. - You aren't authorized to hold at least one of the pooled assets. {% /admonition %}