From 14f135bf413892e09b16dba6b06d07ad1f9a92b6 Mon Sep 17 00:00:00 2001 From: Kinfe123 Date: Mon, 14 Apr 2025 08:13:53 +0300 Subject: [PATCH] typo --- docs/content/docs/concepts/oauth.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/concepts/oauth.mdx b/docs/content/docs/concepts/oauth.mdx index 632e8956..3ffcda39 100644 --- a/docs/content/docs/concepts/oauth.mdx +++ b/docs/content/docs/concepts/oauth.mdx @@ -47,7 +47,7 @@ export const auth = betterAuth({ **refreshAccessToken**: A custom function to refresh the token. This feature is only supported for built-in social providers (Google, Facebook, GitHub, etc.) and is not currently supported for custom OAuth providers configured through the Generic OAuth Plugin. For built-in providers, you can provide a custom function to refresh the token if needed. -Useful, if you have additio:nal fields in your user object you want to populate from the provider's profile. Or if you want to change how by default the user object is mapped. +Useful, if you have additional fields in your user object you want to populate from the provider's profile. Or if you want to change how by default the user object is mapped. ```ts title="auth.ts" import { betterAuth } from "better-auth";