Skip to content

Commit

Permalink
fix cspell error
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomas committed Jan 17, 2025
1 parent a01efe5 commit a5ba143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/appkit/recipes/sponsoring-first-transaction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In this recipe, you will learn how to:
- Sponsor using Appkit's embedded account

This guide takes approximately 20 minutes to complete and is split in 2 parts.
First, We will be using premade policies that interact with smart accounts
First, We will be using pre-made policies that interact with smart accounts
deployed in service of [Appkit lab](https://appkit-lab.reown.com/library/wagmi/) and validating
there. The second half is integrating that in your own Dapp.

Expand All @@ -42,7 +42,7 @@ After filling in the Policy name and hitting next, a chain selection screen
follows next. As all testnet chains are enabled when testing, we can go ahead
and click next. This will then show the JSON policy editor. There is a [detailed
guide on custom crafting your policy](../../cloud/paymaster.mdx). However for
the purposes of this quick guide, we will use a premade policy.
the purposes of this quick guide, we will use a pre-made policy.

```json
{
Expand Down

0 comments on commit a5ba143

Please sign in to comment.