diff --git a/docs/content/docs/guides/next-auth-migration-guide.mdx b/docs/content/docs/guides/next-auth-migration-guide.mdx index 399cb082f0..89250ccb21 100644 --- a/docs/content/docs/guides/next-auth-migration-guide.mdx +++ b/docs/content/docs/guides/next-auth-migration-guide.mdx @@ -51,7 +51,7 @@ Make sure to have `createdAt` and `updatedAt` fields on your session schema. #### Verification Schema -- Rename the schema name from `VerificationToken` to `Verification`. Depending on your ORM, the table/model name may need to be lowercase (`verification`) or PascalCase (`Verification`). +- Rename the schema name from `VerificationToken` to `Verification`. Depending on your ORM, the name may need to be lowercase (`verification`) or PascalCase (`Verification`). #### Account Schema