Skip to content

Fix spelling and grammar #86

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/pages/guides/how-to/sponsorship-policies/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Start by going to the [sponsorship policies page](/guides/how-to/sponsorship-pol

![](https://i.imgur.com/sJM7l7m.png)

## Usage of Sponsorship Policies with permisionless.js
## Usage of Sponsorship Policies with permissionless.js

If you are using [permissionless.js](/references/permissionless), you can use the `PimlicoPaymasterClient` to use sponsorship policies.

Expand All @@ -26,7 +26,7 @@ First we must create the public, (optionally) paymaster clients that will be use

### Create an account

Now, create an account. This can any of the accounts supported by permissionless.js or custom accounts conforming to the interface. For this example, we'll use a Simple account.
Now, create an account. This can be any of the accounts supported by permissionless.js or custom accounts conforming to the interface. For this example, we'll use a Simple account.

```ts
// [!include ~/snippets/references/platform/sponsorship-policies/index.ts:account]
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/references/permissionless/v0_1/faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import VersionWarning from "../VersionWarning"
## Getting `WaitForUserOperationReceiptTimeoutError`?

This error is thrown when the bundler takes too long to bundle your user operation or the default timeout configured in permissionless.js is not enough.
This could be due to the block time of the chain you are using is more than the default timeout.
This could be due to the block time of the chain you are using being more than the default timeout.

The easiest way to fix this is to increase the timeout in permissionless.js. You can do this by changing timeout value in `bundlerTransport` like so:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ An array of calls that will be executed during the deployment of the smart accou
If you provide an address, the smart account can not be deployed. This should be used if you want to interact with an existing smart account.
:::

The address of the smart account. If not provided, the determinstic smart account address will be used.
The address of the smart account. If not provided, the deterministic smart account address will be used.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import VersionWarning from "../../../VersionWarning"

# sendTransactions

Send a batch of transaction from a smart account.
Send a batch of transactions from a smart account.

## Usage

Expand Down