Skip to content
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

fix: Remove "god code" typos from auth READMEs #9583

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/azureActiveDirectory/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/azureActiveDirectory/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/custom/setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
2 changes: 1 addition & 1 deletion packages/auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ both auth service providers and RW apps we recommend you start looking in
`authFactory.ts` and then continue to `AuthProvider.tsx`. `AuthProvider.tsx`
has most of our implementation together with all the custom hooks it uses.
Another file to be accustomed with is `AuthContext.ts`. The interface in there
has pretty god code comments, and is what will be exposed to RW apps.
has pretty good code comments, and is what will be exposed to RW apps.

## getCurrentUser

Expand Down
Loading