Skip to content

Commit

Permalink
Fix grammar error in accounts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asharma13524 authored Aug 6, 2022
1 parent ee0de53 commit d4dac80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-aztec-works/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ You cannot mix the spending of these notes. You can send unspent notes from the

The SDK tries to abstract much of this complexity away and presents everything to a developer as if this notion does not exist (e.g. the account balance is the sum of all notes regardless of registered or not).

If you want to know exactly what you can spend in one transaction, you have to tell the SDK whether your interested in the unregistered or registered balances.
If you want to know exactly what you can spend in one transaction, you have to tell the SDK whether you're interested in the unregistered or registered balances.

When actually creating the zero knowledge proof, the SDK infers which balance you're drawing from based on whether you give it a spending key or the account key.

Expand Down Expand Up @@ -119,4 +119,4 @@ Please follow these instructions:
**Step 3:**

- If it shows "Claim Username," it means your previous deposit has not been used. Claim Username to proceed.
- If it asks you to "Deposit", it is likely we have a bug. Don't proceed and message the support team at [Discord](https://discord.gg/9TaSvc8f7r).
- If it asks you to "Deposit", it is likely we have a bug. Don't proceed and message the support team at [Discord](https://discord.gg/9TaSvc8f7r).

0 comments on commit d4dac80

Please sign in to comment.