Skip to content

Commit feec4c9

Browse files
Docs improvements (#2190)
* Update eip7715-quickstart.md * Update configure-accounts-signers.md * Update generate-multisig-signature.md * Update bundler-client.md * Update wallet-client.md * Update delegation.md * Update create-api.md * Update set-rate-limits.md * Update quickstart.md * Update common-issues.md
1 parent 9bd47ef commit feec4c9

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Learn how to use ERC-7715 to request permisisons.
2+
description: Learn how to use ERC-7715 to request permissions.
33
sidebar_position: 5
44
sidebar_label: EIP-7715 quickstart
55
---
@@ -159,4 +159,4 @@ const userOperationHash = await bundlerClient.sendUserOperationWithDelegation({
159159
maxPriorityFeePerGas: 1n
160160
accountMetadata,
161161
});
162-
```
162+
```

delegation-toolkit/how-to/create-smart-account/configure-accounts-signers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To configure a Hybrid smart account, provide the following parameters:
3434

3535
:::note
3636
You can set all `p256` parameters to empty arrays to configure no WebAuthn signer.
37-
However, we recommend configuring at least one signer for account recoverability.
37+
However, we recommend configuring at least one signer for account recovery.
3838
:::
3939

4040
For a Hybrid smart account, you can configure the following types of signatories:
@@ -442,4 +442,4 @@ export const walletClient = createWalletClient({
442442
```
443443

444444
</TabItem>
445-
</Tabs>
445+
</Tabs>

delegation-toolkit/how-to/generate-multisig-signature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import TabItem from "@theme/TabItem";
99
# Generate a multisig signature
1010

1111
The MetaMask Delegation Toolkit supports [Multisig smart accounts](../concepts/smart-accounts.md#multisig-smart-account),
12-
allowing you to add multiple externally owned account (EOA)
12+
allowing you to add multiple externally owned accounts (EOA)
1313
signers with a configurable execution threshold. When the threshold
1414
is greater than 1, you can collect signatures from the required signers
1515
and use the [`aggregateSignature`](../reference/api/smart-account.md#aggregatesignature) function to combine them

delegation-toolkit/reference/api/delegation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const caveats = createCaveatBuilder(delegatorSmartAccount.environment, {
8383

8484
## `createDelegation`
8585

86-
Creates a delegation with specific delegate.
86+
Creates a delegation with a specific delegate.
8787

8888
### Parameters
8989

delegation-toolkit/reference/api/experimental-actions/bundler-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const publicClient = createPublicClient({
8383
transport: http(),
8484
});
8585

86-
// Your session account for requesting and redeeming should be same.
86+
// Your session account for requesting and redeeming should be the same.
8787
const privateKey = "0x...";
8888
const account = privateKeyToAccount(privateKey);
8989

delegation-toolkit/reference/api/experimental-actions/wallet-client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ if (accountMetadata?.length !== 0) {
127127
data: accountMetadata[0].factoryData,
128128
});
129129

130-
// You should wait for transaction to be successfully executed.
130+
// You should wait for the transaction to be successfully executed.
131131
// You can use the TransactionReceipt.status to verify the state.
132132
await publicClient.waitForTransactionReceipt( { hash });
133133
}
@@ -155,7 +155,7 @@ export const publicClient = createPublicClient({
155155
transport: http()
156156
});
157157

158-
// Your session account for requesting and redeeming should be same.
158+
// Your session account for requesting and redeeming should be the same.
159159
const privateKey = "0x...";
160160
const account = privateKeyToAccount(privateKey);
161161

developer-tools/dashboard/get-started/create-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_position: 2
77

88
:::important API key restrictions
99

10-
Based on your plan, Infura allows for the following amount of API keys:
10+
Based on your plan, Infura allows for the following number of API keys:
1111

1212
- Free plan - Allows one API key.
1313
- Developer plan - Allows up to five API keys.

developer-tools/dashboard/how-to/secure-an-api/set-rate-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Set rate limiting in the API key's **Settings** tab **Key Credit Limits** sectio
2222

2323
The value `0` means default limits are applied.
2424

25-
- **Per day total credits** restricts total daily credit usage for the API key. Set a limit on number of
25+
- **Per day total credits** restricts total daily credit usage for the API key. Set a limit on the number of
2626
credits per day in integers, for example, 20000. The value `0` means default limits are applied.
2727

2828
When the number of used credits reaches this limit, all requests will be rejected until the next day (00:00 UTC).

snaps/get-started/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ yarn install
5757
You may get a warning like the following:
5858

5959
```bash
60-
@lavamoat/allow-scripts has detected dependencies without configuration. explicit configuration required.
60+
@lavamoat/allow-scripts has detected dependencies without configuration. An explicit configuration is required.
6161
run "allow-scripts auto" to automatically populate the configuration.
6262
```
6363

snaps/how-to/debug-a-snap/common-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Then add a postinstall script to your `package.json`:
9494
Now you can make changes to your dependencies inside `node_modules` and run
9595
`yarn patch-package package-name` to save the changes as a patch.
9696
This creates a `.patch` file containing your dependency patch.
97-
These patches can be committed to your Git repository and are replayed when you re-install your dependencies.
97+
These patches can be committed to your Git repository and are replayed when you reinstall your dependencies.
9898

9999
### Patch the use of `XMLHttpRequest`
100100

0 commit comments

Comments
 (0)