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

docs(social): fix apple guide typo, sign-in-with button wording #824

Merged
merged 1 commit into from
Jun 6, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/guides/social/apple.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ a custom UI using the [`@teamhanko/hanko-frontend-sdk`](https://www.npmjs.com/pa

Depending on what framework your frontend uses, integrate the `<hanko-auth>` web component from the `hanko-elements`
package according to one of our [frontend guides](/guides/frontend). If everything was successful, the component should
now render a button to log in with `GitHub` on the login view.
now render a button for signing in with `Apple` on the login view.

:::info

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/social/github.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ a custom UI using the [`@teamhanko/hanko-frontend-sdk`](https://www.npmjs.com/pa

Depending on what framework your frontend uses, integrate the `<hanko-auth>` web component from the `hanko-elements`
package according to one of our [frontend guides](/guides/frontend). If everything was successful, the component should
now render a button to log in with `GitHub` on the login view.
now render a button for signing in with `GitHub` on the login view.

:::info

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/social/google.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ a custom UI using the [`@teamhanko/hanko-frontend-sdk`](https://www.npmjs.com/pa

Depending on what framework your frontend uses, integrate the `<hanko-auth>` web component from the `hanko-elements`
package according to one of our [frontend guides](/guides/frontend). If everything was successful, the component should
now render a button to log in with `Google` on the login view.
now render a button for signing in with `Google` on the login view.

:::info

Expand Down