From a5ba1437ba99d9c288a2b65f033768ab9b223794 Mon Sep 17 00:00:00 2001 From: Tomas R Date: Fri, 17 Jan 2025 14:40:07 -0300 Subject: [PATCH] fix cspell error --- docs/appkit/recipes/sponsoring-first-transaction.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/appkit/recipes/sponsoring-first-transaction.mdx b/docs/appkit/recipes/sponsoring-first-transaction.mdx index 64cf62eb..e4436641 100644 --- a/docs/appkit/recipes/sponsoring-first-transaction.mdx +++ b/docs/appkit/recipes/sponsoring-first-transaction.mdx @@ -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. @@ -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 {