From d4dac805d32e608466206f3f34225ef3f01904d3 Mon Sep 17 00:00:00 2001 From: dark horse Date: Sat, 6 Aug 2022 11:08:45 -0400 Subject: [PATCH] Fix grammar error in accounts.md --- docs/how-aztec-works/accounts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-aztec-works/accounts.md b/docs/how-aztec-works/accounts.md index bc9f9b94aba8..a921bd5a560b 100644 --- a/docs/how-aztec-works/accounts.md +++ b/docs/how-aztec-works/accounts.md @@ -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. @@ -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). \ No newline at end of file +- 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).