From 455fa894574971d9291ceaa45803a920bdf49e26 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Fri, 16 May 2025 09:00:04 -0700 Subject: [PATCH] docs: fix polar incorrect mdx syntax --- docs/content/docs/plugins/polar.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/plugins/polar.mdx b/docs/content/docs/plugins/polar.mdx index 7cef8fb5b3..8a36935bb1 100644 --- a/docs/content/docs/plugins/polar.mdx +++ b/docs/content/docs/plugins/polar.mdx @@ -156,7 +156,7 @@ const auth = betterAuth({ When `createCustomerOnSignUp` is enabled, a new Polar Customer is automatically created when a new User is added in the Better-Auth Database. -All new customers are created with an associated `externalId`, which is the ID of your User in the Database. This allows us to skip any Polar <-> User mapping in your Database. +All new customers are created with an associated `externalId`, which is the ID of your User in the Database. This allows us to skip any Polar User mapping in your Database. ## Checkout Plugin