Skip to content

Commit

Permalink
chore: squash
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranroneill committed Apr 6, 2024
1 parent 7321169 commit 2724e22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/clients/enabling-a-client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ import TOCInline from '@theme/TOCInline';
Before we can start interacting with a provider, we need ask the provider to enable the client. This will achieve two things:

* if necessary, it will authorize your client with the provider; and
* it will get a list of the authorized accounts available for your client to use.
* it will get a list of the authorized accounts available to your client.

:::note

It should be safe to call [`enable()`](../../api-reference/avm-web-client#enable) as many times as your client wants, the provider should assume this.
It should be safe to call [`enable()`](../../api-reference/avm-web-client#enable) as many times as your client needs; the provider should assume this.

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/providers/responding-to-enable-requests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import TOCInline from '@theme/TOCInline';

## Overview

The main purpose of an enable request to is for clients to get a list of authorized accounts. However, it can be used to handle sessioning. While it is not enforced through this SDk, it is heavily recommended.
The main purpose of an enable request to is for clients to get a list of authorized accounts. However, it can be used to handle sessioning. While it is not enforced through this SDK, it is heavily recommended.

## Responding to an anonymous request

Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
const sidebars = {
docs: [
'overview',
'terminology',
{
items: [
'clients/getting-started',
Expand All @@ -30,7 +31,6 @@ const sidebars = {
},
type: 'category',
},
'terminology',
{
items: [
'api-reference/avm-web-client',
Expand Down

0 comments on commit 2724e22

Please sign in to comment.