Skip to content

Commit 44e7e62

Browse files
authored
Fix typo in authentication FAQ section (#1099)
1 parent 937d04b commit 44e7e62

File tree

1 file changed

+2
-2
lines changed
  • docs/docs/configuration/auth

1 file changed

+2
-2
lines changed

docs/docs/configuration/auth/faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ This page covers a range of frequently asked questions about Sourcebot's built-i
3636

3737
<Accordion title="How does Sourcebot implement authentication?">
3838
Sourcebot uses [Auth.js](https://authjs.dev/) as its underlying authentication framework. Auth.js provides authentication providers
39-
(credientials, Google, GitHub, etc) and an interface to enable user registration and log in. Internally, Auth.js uses JWT to provide
39+
(credentials, Google, GitHub, etc) and an interface to enable user registration and log in. Internally, Auth.js uses JWT to provide
4040
Sourcebot secure and reliable information about user authentication.
4141
</Accordion>
4242
</AccordionGroup>
4343

44-
Have a question that's not answered here? Submit an issue on [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose) and we'll get back to you as soon as we can.
44+
Have a question that's not answered here? Submit an issue on [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose) and we'll get back to you as soon as we can.

0 commit comments

Comments
 (0)