Skip to content

Commit

Permalink
fix: Remove "god code" typos from auth READMEs (#9583)
Browse files Browse the repository at this point in the history
  • Loading branch information
staticshock authored and jtoar committed Nov 29, 2023
1 parent 683f686 commit 273a0af
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
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

0 comments on commit 273a0af

Please sign in to comment.