-
Notifications
You must be signed in to change notification settings - Fork 259
Fix typo in authentication FAQ section #1099
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -36,9 +36,9 @@ This page covers a range of frequently asked questions about Sourcebot's built-i | |||||
|
|
||||||
| <Accordion title="How does Sourcebot implement authentication?"> | ||||||
| Sourcebot uses [Auth.js](https://authjs.dev/) as its underlying authentication framework. Auth.js provides authentication providers | ||||||
| (credientials, Google, GitHub, etc) and an interface to enable user registration and log in. Internally, Auth.js uses JWT to provide | ||||||
| (credentials, Google, GitHub, etc) and an interface to enable user registration and log in. Internally, Auth.js uses JWT to provide | ||||||
| Sourcebot secure and reliable information about user authentication. | ||||||
| </Accordion> | ||||||
| </AccordionGroup> | ||||||
|
|
||||||
| 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. | ||||||
| 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. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use second person and present tense for the closing CTA. This line switches to first person and future tense. Please rewrite in second person/present tense. Suggested edit-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.
+If your question is not answered here, submit an issue on [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose) to get help.As per coding guidelines, "Write in second person and present tense. Keep sentences short." 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrap technical values in inline code in this sentence.
Please format provider names as inline code to match docs style.
Suggested edit
As per coding guidelines, "Use bold for UI elements and inline code for technical values".
📝 Committable suggestion
🤖 Prompt for AI Agents