Skip to content

Commit 6f62e01

Browse files
grammar fixes
1 parent 7744272 commit 6f62e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/drain_account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Once we know the associated fees, we can calculate the maximum amount that needs
1616
Finally, we can do the transfer operation and use the maximum amount we just calculated as the `amount` parameter of the `transfer` function.
1717

1818
:::note
19-
In the following example, we have not revealed the account that we want to empty. We need to keep in mind that there are fees related to a reveal operation. We are estimating the reveal fee and subtracting them from the balance to cover reveal fees.
19+
In the following example, we have not revealed the account that we want to empty. We need to keep in mind that there are fees related to a reveal operation. We are estimating the reveal fees and subtracting them from the balance to cover reveal fees.
2020

21-
**If the account to drain has already been revealed, you must not subtract reveal fee from the balance.**
21+
**If the account to drain has already been revealed, you must not subtract the reveal fee from the balance.**
2222
:::
2323

2424
```js live noInline

0 commit comments

Comments
 (0)