Skip to content

Commit 29ee6a2

Browse files
authored
style: use GitHub's right product name (supabase#38099)
* style: use GitHub's right product name * fix: use correct kotlin provider
1 parent f9027a2 commit 29ee6a2

File tree

57 files changed

+83
-83
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+83
-83
lines changed

DEVELOPERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Some things to consider:
203203

204204
## Community channels
205205

206-
If you get stuck somewhere or have any questions, join our [Discord Community Server](https://discord.supabase.com/) or the [Github Discussions](https://github.com/supabase/supabase/discussions). We are here to help!
206+
If you get stuck somewhere or have any questions, join our [Discord Community Server](https://discord.supabase.com/) or the [GitHub Discussions](https://github.com/supabase/supabase/discussions). We are here to help!
207207

208208
## Contributors
209209

apps/docs/content/guides/auth/native-mobile-deep-linking.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ With Deep Linking, you can configure this redirect to open a specific page. This
102102

103103
return (
104104
<>
105-
<Button onPress={performOAuth} title="Sign in with Github" />
105+
<Button onPress={performOAuth} title="Sign in with GitHub" />
106106
<Button onPress={sendMagicLink} title="Send Magic Link" />
107107
</>
108108
);

apps/docs/content/guides/auth/social-login/auth-github.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func signInWithGithub() async throws {
119119
</TabPanel>
120120
<TabPanel id="kotlin" label="Kotlin">
121121

122-
When your user signs in, call [signInWith(Provider)](/docs/reference/kotlin/auth-signinwithoauth) with `Github` as the `Provider`:
122+
When your user signs in, call [signInWith(Provider)](/docs/reference/kotlin/auth-signinwithoauth) with [`Github`](https://github.com/supabase-community/supabase-kt/blob/master/Auth/src/commonMain/kotlin/io/github/jan/supabase/auth/providers/Providers.kt#L16-L20) as the `Provider`:
123123

124124
```kotlin
125125
suspend fun signInWithGithub() {

apps/docs/content/guides/functions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Check out the [Edge Function Examples](https://github.com/supabase/supabase/tree
9494
href: '/guides/functions/connect-to-postgres',
9595
},
9696
{
97-
name: 'Github Actions',
97+
name: 'GitHub Actions',
9898
description: `Deploying Edge Functions with GitHub Actions.`,
9999
href: '/guides/functions/examples/github-actions',
100100
},

apps/docs/content/troubleshooting/converted-github-account-to-organisation---lost-supabase-account-access-5wsE_1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title = "Converted Github account to organization - Lost Supabase account access"
2+
title = "Converted GitHub account to organization - Lost Supabase account access"
33
github_url = "https://github.com/orgs/supabase/discussions/21101"
44
date_created = "2024-02-08T01:39:25+00:00"
55
topics = [ "auth" ]

apps/docs/spec/supabase_kt_v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3125,7 +3125,7 @@ functions:
31253125
- name: provider
31263126
isOptional: false
31273127
type: OAuthProvider
3128-
description: The OAuth provider to use for the user's authentication, for example `Google` or `Github`.
3128+
description: The OAuth provider to use for the user's authentication, for example `Google` or `GitHub`.
31293129
- name: redirectUrl
31303130
isOptional: true
31313131
type: String?

apps/docs/spec/supabase_kt_v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3192,7 +3192,7 @@ functions:
31923192
- name: provider
31933193
isOptional: false
31943194
type: OAuthProvider
3195-
description: The OAuth provider to use for the user's authentication, for example `Google` or `Github`.
3195+
description: The OAuth provider to use for the user's authentication, for example `Google` or `GitHub`.
31963196
- name: redirectUrl
31973197
isOptional: true
31983198
type: String?

apps/studio/components/interfaces/App/FeaturePreview/FeaturePreviewModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const FeaturePreviewModal = () => {
129129
<div className="mt-1 mb-3 flex flex-col items-center gap-y-0.5">
130130
<p className="text-sm">No feature previews available</p>
131131
<p className="text-sm text-foreground-light">
132-
Have an idea for the dashboard? Let us know via Github Discussions!
132+
Have an idea for the dashboard? Let us know via GitHub Discussions!
133133
</p>
134134
</div>
135135
<Button asChild type="default" icon={<ExternalLink strokeWidth={1.5} />}>
@@ -138,7 +138,7 @@ const FeaturePreviewModal = () => {
138138
target="_blank"
139139
rel="noreferrer"
140140
>
141-
Github Discussions
141+
GitHub Discussions
142142
</Link>
143143
</Button>
144144
</div>

apps/studio/components/interfaces/Organization/IntegrationSettings/IntegrationSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const IntegrationSettings = () => {
6666

6767
const { mutate: deleteGitHubConnection } = useGitHubConnectionDeleteMutation({
6868
onSuccess: () => {
69-
toast.success('Successfully deleted Github connection')
69+
toast.success('Successfully deleted GitHub connection')
7070
},
7171
})
7272

apps/studio/components/interfaces/Organization/OAuthApps/OAuthApps.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { RevokeAppModal } from './RevokeAppModal'
2323

2424
// [Joshen] Note on nav UX
2525
// Kang Ming mentioned that it might be better to split Published Apps and Authorized Apps into 2 separate tabs
26-
// to prevent any confusion (case study: Github). Authorized apps could be in the "integrations" tab, but let's
26+
// to prevent any confusion (case study: GitHub). Authorized apps could be in the "integrations" tab, but let's
2727
// check in again after we wrap up Vercel integration
2828

2929
const OAuthApps = () => {

0 commit comments

Comments
 (0)