Skip to content

Commit d595857

Browse files
authored
docs(provider): fix typo (#2369)
1 parent ebecaa6 commit d595857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/docs/configuration/providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ You only need to add two changes:
187187
2. Add provider documentation: [`www/docs/providers/{provider}.md`](https://github.com/nextauthjs/next-auth/tree/main/www/docs/providers)
188188
3. Add it to our [provider types](https://github.com/nextauthjs/next-auth/blob/main/types/providers.d.ts) (for TS projects)<br />
189189
• you just need to add your new provider name to [this list](https://github.com/nextauthjs/next-auth/blob/main/types/providers.d.ts#L56-L97)<br />
190-
• in case you new provider accepts some custom options, you can [add them here](https://github.com/nextauthjs/next-auth/blob/main/types/providers.d.ts#L48-L53)
190+
• in case your new provider accepts some custom options, you can [add them here](https://github.com/nextauthjs/next-auth/blob/main/types/providers.d.ts#L48-L53)
191191

192192
That's it! 🎉 Others will be able to discover this provider much more easily now!
193193

0 commit comments

Comments
 (0)