Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand "its" to "it is" #182

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/includes/_ais.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ We support an optional query param `includePots`. When set to `true` an addition

When querying a flex's balance, you'll be returned two balances:

- The `InterimAvailable` balance: This is the current amount owed on the flex account. Its the amount the customer would need to pay today to pay off their flex.
- The `InterimAvailable` balance: This is the current amount owed on the flex account. It is the amount the customer would need to pay today to pay off their flex.

- The `Information` balance: This is the current flex balance plus all future interest. Its the balance displayed within the Monzo app.
- The `Information` balance: This is the current flex balance plus all future interest. It is the balance displayed within the Monzo app.


## Transactions
Expand Down