Skip to content

Commit d981a1f

Browse files
Apply suggestions from code review
Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com>
1 parent 7c00f7f commit d981a1f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

smart-accounts-kit/guides/x402/buyer/advanced-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const grantedPermissions = await walletClient.requestExecutionPermissions([
169169
### 5. Create a redelegation
170170

171171
The granted advanced permission is delegated to the session account. To let facilitator addresses
172-
redeem this permission context for x402 settlement, create an open redelegation from the session account.
172+
redeem this permission context for x402 settlement, create an <GlossaryTerm term="Open redelegation">open redelegation</GlossaryTerm> from the session account.
173173

174174
Use the Wallet Client's [`redelegatePermissionContextOpen`](../../../reference/erc7710/wallet-client.md#redelegatepermissioncontextopen)
175175
action to create a redelegated permission context. The granted permission already includes

smart-accounts-kit/guides/x402/buyer/recurring-payments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this guide, you set up recurring x402 payments by requesting an ERC-20 period
2424
<GlossaryTerm term="Advanced Permissions" /> permission from a user.
2525

2626
For example, a user gives your agent permission to spend up to 10 USDC per week.
27-
Later, when the agent needs access an x402 endpoint, it checks the price, uses the permission the user
27+
Later, when the agent needs access to an x402 endpoint, it checks the price, uses the permission the user
2828
already gave it, and pays.
2929

3030
## Prerequisites
@@ -68,7 +68,7 @@ const sessionAccount = privateKeyToAccount('0x...')
6868
Request Advanced Permissions from the user with the Wallet Client's `requestExecutionPermissions` action.
6969

7070
In this example, you request an [ERC-20 periodic permission](../../advanced-permissions/use-permissions/erc20-token.md#erc-20-periodic-permission) with a weekly allowance of 10 USDC. This creates
71-
a recurring payment budget that your agent can store and reuse for making x402 API call.
71+
a recurring payment budget that your agent can store and reuse for making an x402 API call.
7272

7373
See the [`requestExecutionPermissions`](../../../reference/advanced-permissions/wallet-client.md#requestexecutionpermissions) API reference for more information.
7474

0 commit comments

Comments
 (0)