From 0e6a5d688b2502fb57074e5946bd5715f1f8b6b3 Mon Sep 17 00:00:00 2001 From: mace Date: Tue, 8 Aug 2023 09:33:00 +0200 Subject: [PATCH] Update docs/general/Fees.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Matija Petrunić --- docs/general/Fees.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/Fees.md b/docs/general/Fees.md index e130054e..85c0e27e 100644 --- a/docs/general/Fees.md +++ b/docs/general/Fees.md @@ -40,7 +40,7 @@ It always collects fee in token that is being transferred, so it only makes sens #### Deposit flow 1) Calculate the final fee - - Based on resourceID, domainsID and amount request a final fee amount that will be required to execute the deposit. + - Based on resourceID, domainsID and amount, request a final fee amount that will be required to execute the deposit. 2) Execute deposit - Send the appropriate token amount based on the calculated final fee when executing the deposit.