From 4e53b2e8ced0a7fe1de4c5fc690a28d12b5c86b0 Mon Sep 17 00:00:00 2001 From: Naveed Elahi Date: Wed, 13 Nov 2024 18:45:49 +0800 Subject: [PATCH] fix typo --- src/common/sdk/pnp/web/_erc20-paymaster-configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/sdk/pnp/web/_erc20-paymaster-configuration.mdx b/src/common/sdk/pnp/web/_erc20-paymaster-configuration.mdx index 300771398..9c607fb41 100644 --- a/src/common/sdk/pnp/web/_erc20-paymaster-configuration.mdx +++ b/src/common/sdk/pnp/web/_erc20-paymaster-configuration.mdx @@ -2,7 +2,7 @@ import TabItem from "@theme/TabItem"; import Tabs from "@theme/Tabs"; When using an ERC-20 paymaster, ensure you include the approval transaction, as Web3Auth does not -handle the approval internall. +handle the approval internally. For Pimlico, you can specify the token you want to use in the paymasterContext. If you want to set up sponsorship policies, you can define those in the paymasterContext as well.