Skip to content

Commit 349b217

Browse files
committed
chore: rename checklist to guidelines
1 parent c970863 commit 349b217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/guides/adapters/creating-a-database-adapter.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Creating a database adapter
33
---
44

5-
Auth.js adapters allow you to integrate with any (even multiple) database/back-end service, even if we don't have an [official package](https://github.com/nextauthjs/next-auth/tree/main/packages) available yet. (We welcome PRs for new adapters! See the [checklist](#official-adapter-checklist) below.)
5+
Auth.js adapters allow you to integrate with any (even multiple) database/back-end service, even if we don't have an [official package](https://github.com/nextauthjs/next-auth/tree/main/packages) available yet. (We welcome PRs for new adapters! See the [guidelines](#official-adapter-guidelines) below.)
66

77
Auth.js adapters are very flexible, and you can implement only the methods you need, and only create the database tables/columns that are actually going to be used.
88

@@ -129,7 +129,7 @@ When you want to support email/passwordless login, Auth.js uses a database to st
129129

130130
See also: [Verification Token](/getting-started/adapters#verification-token) models.
131131

132-
## Official adapter checklist
132+
## Official adapter guidelines
133133

134134
:::info
135135
When all of the below steps are done, you are ready to submit a PR to our [repository](https://github.com/nextauthjs/next-auth).

0 commit comments

Comments
 (0)