From 54d996a885795e1f233ce8a670e19b0e7947fe8d Mon Sep 17 00:00:00 2001 From: Kacperrr0 <106452355+IronEnjoyer@users.noreply.github.com> Date: Tue, 7 Apr 2026 20:43:08 +0200 Subject: [PATCH] Fix typo in Paymasters documentation --- docs/base-account/improve-ux/sponsor-gas/paymasters.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/base-account/improve-ux/sponsor-gas/paymasters.mdx b/docs/base-account/improve-ux/sponsor-gas/paymasters.mdx index 797ce5f22..3da169c7f 100644 --- a/docs/base-account/improve-ux/sponsor-gas/paymasters.mdx +++ b/docs/base-account/improve-ux/sponsor-gas/paymasters.mdx @@ -7,7 +7,7 @@ One of the biggest UX enhancements unlocked by Base Account is the ability for a If your app supports Base Account, you can start sponsoring your users' transactions by using [standardized Paymaster service communication](https://erc7677.xyz) enabled by [new wallet RPC methods](https://eip5792.xyz). -This guide is specific to using Base Account, you can find our more about using Paymasters with Base in +This guide is specific to using Base Account, you can find out more about using Paymasters with Base in the [Coinbase Developer Platform documentation](https://docs.cdp.coinbase.com/paymaster/introduction/welcome). ## Implementation Guide