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