From 82e6bdbb8b673a23013a2b6454f437161cb5da0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Silkj=C3=A6r?= Date: Thu, 3 Jul 2025 09:33:59 +0200 Subject: [PATCH] Updated import.mdx --- .../transactions/transaction-types/import.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/docs/protocol-reference/transactions/transaction-types/import.mdx b/src/content/docs/docs/protocol-reference/transactions/transaction-types/import.mdx index 841b80d..101fe48 100644 --- a/src/content/docs/docs/protocol-reference/transactions/transaction-types/import.mdx +++ b/src/content/docs/docs/protocol-reference/transactions/transaction-types/import.mdx @@ -31,7 +31,7 @@ _(Added by the \[Import amendment]\[].)_ ### Error Cases * If the account is Non Activated then the `Sequence` must be 0 and the `Fee` must also be 0 -* If the account is Activated then the `Sequence` and the `Fee` are calculated the standard method. +* If the account is Activated then the `Sequence` and the `Fee` are calculated using the standard method. * If the `Issuer` field is present then the `Fee` must be calculated using the standard method. ### Notes