Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbaz17 committed Oct 28, 2024
1 parent 0190363 commit 0d8684b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/guides/sending-gasless-transaction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For those who want to skip straight to the code, you can find it on
Pimlico. You can get a free API key from [Pimlico Dashboard](https://dashboard.pimlico.io/).
- Web3Auth Dashboard: If you haven't already, sign up on the Web3Auth platform. It is free and gives
you access to the Web3Auth's base plan. Head to Web3Auth's documentation page for detailed
[instructions on setting up the Web3Auth Dashboard](docs/dashboard-setup).
[instructions on setting up the Web3Auth Dashboard](/docs/dashboard-setup).
- Web3Auth PnP Web SDK: This guide assumes that you already know how to integrate the PnP Web SDK in
your project. If not, you can learn how to
[integrate Web3Auth in your Web app](/docs/sdk/pnp/web/).
Expand Down Expand Up @@ -76,7 +76,7 @@ that suits your requirements.

For the simplicity, we have only use `SafeSmartAccount`, but you choose your favorite smart account
provider from the available ones.
[Learn how to configure the smart account](/docs/sdk/pnp/web/providers/aa-provider#configure-smart-account).
[Learn how to configure the smart account](/docs/sdk/pnp/web/providers/aa-provider#configure-smart-account-provider).

```ts
// focus-start
Expand Down

0 comments on commit 0d8684b

Please sign in to comment.