diff --git a/docs/content/docs/concepts/database.mdx b/docs/content/docs/concepts/database.mdx index e69db136b6..4e763576e1 100644 --- a/docs/content/docs/concepts/database.mdx +++ b/docs/content/docs/concepts/database.mdx @@ -247,13 +247,13 @@ Table Name: `account` { name: "accessTokenExpiresAt", type: "Date", - description: "The time when the account expires", + description: "The time when the access token expires", isOptional: true, }, { name: "refreshTokenExpiresAt", type: "Date", - description: "The time when the account expires", + description: "The time when the refresh token expires", isOptional: true, }, {