Skip to content

Commit 5d6adb0

Browse files
committed
address reviewer comments
1 parent 9c64647 commit 5d6adb0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

delegation-toolkit/get-started/erc7715-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,4 @@ const userOperationHash = await bundlerClient.sendUserOperationWithDelegation({
163163

164164
## Next steps
165165

166-
To quickly bootstrap an ERC-7715 project, you can [use the CLI](use-the-cli.md).
166+
To quickly bootstrap an ERC-7715 project, [use the CLI](use-the-cli.md).

delegation-toolkit/get-started/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ Add `@metamask/delegation-framework/=lib/metamask/delegation-framework/` in your
4545
### 3. Get started
4646

4747
You're now ready to start using the Delegation Toolkit.
48-
Check out the [MetaMask Smart Accounts quickstart](smart-account-quickstart/index.md) to walk through a simple example.
48+
See the [MetaMask Smart Accounts quickstart](smart-account-quickstart/index.md) to walk through a simple example.

delegation-toolkit/get-started/smart-account-quickstart/eip7702.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,5 +156,5 @@ const userOperationHash = await bundlerClient.sendUserOperation({
156156

157157
## Next steps
158158

159-
- With a MetaMask smart account, you can [create delegations](../../how-to/create-delegation/index.md) that can be used to grant specific rights and permissions to other accounts.
160-
- To quickly bootstrap a MetaMask Smart Accounts project, you can [use the CLI](../use-the-cli.md).
159+
- To grant specific permissions to other accounts from your smart account, [create a delegation](../../how-to/create-delegation/index.md).
160+
- To quickly bootstrap a MetaMask Smart Accounts project, [use the CLI](../use-the-cli.md).

delegation-toolkit/get-started/smart-account-quickstart/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ const userOperationHash = await bundlerClient.sendUserOperation({
9494

9595
## Next steps
9696

97-
- With a MetaMask smart account, you can [create delegations](../../how-to/create-delegation/index.md) that can be used to grant specific rights and permissions to other accounts.
97+
- To grant specific permissions to other accounts from your smart account, [create a delegation](../../how-to/create-delegation/index.md).
9898
- This quickstart example uses a Hybrid smart account.
9999
You can also [configure other smart account types](../../how-to/create-smart-account/configure-accounts-signers.md).
100100
- To upgrade an EOA to a smart account, see the [EIP-7702 quickstart](eip7702-quickstart.md).
101-
- To quickly bootstrap a MetaMask Smart Accounts project, you can [use the CLI](../use-the-cli.md).
101+
- To quickly bootstrap a MetaMask Smart Accounts project, [use the CLI](../use-the-cli.md).

0 commit comments

Comments
 (0)