Skip to content

Commit 64a23b5

Browse files
fix typo
1 parent 7cc0d0d commit 64a23b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delegation-toolkit/concepts/advanced-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Dapps can use this method to request a wallet to grant the dapp permission to ex
2424
Common signer implementations include wallet signers, single key and multisig signers, and account signers.
2525

2626
Smart Accounts Kit supports multiple signer types. The documentation uses [an account signer](../guides/advanced-permissions/execute-on-metamask-users-behalf.md) as a common implementation example.
27-
When you use an account signer, a session account is created solely to request and redeem Advanced Permissions, and doesn't contain tokens
27+
When you use an account signer, a session account is created solely to request and redeem Advanced Permissions, and doesn't contain tokens.
2828
The session account can be granted with permissions and redeem them as specified in [ERC-7710](https://eips.ethereum.org/EIPS/eip-7710).
2929
The session account can be a smart account or an externally owned account (EOA).
3030

0 commit comments

Comments
 (0)