Skip to content

Commit c092252

Browse files
authored
(/components/user/user-button) fix incorrect prop description (#2000)
1 parent e68b0e2 commit c092252

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/components/user/user-button.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ All props are optional.
1717
- `afterMultiSessionSingleSignOutUrl` (deprecated)
1818
- `string`
1919

20-
The full URL or path to navigate to after a signing out from a currently active account in a multi-session app. **Deprecated - Move `afterSignOutUrl` to `<ClerkProvider/>`.**
20+
**Deprecated. Move `afterMultiSessionSingleSignOutUrl` to [`<ClerkProvider />`](/docs/components/clerk-provider).** The full URL or path to navigate to after a signing out from a currently active account in a multi-session app.
2121

2222
---
2323

2424
- `afterSignOutUrl` (deprecated)
2525
- `string`
2626

27-
The full URL or path to navigate to after a successful sign-out. **Deprecated - Move `afterSignOutUrl` to `<ClerkProvider/>`.**
27+
**Deprecated. Move `afterSignOutUrl` to [`<ClerkProvider />`](/docs/components/clerk-provider).** The full URL or path to navigate to after a successful sign-out.
2828

2929
---
3030

@@ -66,14 +66,14 @@ All props are optional.
6666
- `userProfileMode`
6767
- `'modal' | 'navigation'`
6868

69-
Controls whether clicking the **Manage your account** button will cause the [`<UserProfile />`](/docs/components/user/user-profile) component to open as a modal, or if the browser will navigate to the `userProfileUrl` where `<UserProfile />` is mounted as a page.<br />Defaults to: `'modal'`.
69+
Controls whether selecting the **Manage your account** button will cause the [`<UserProfile />`](/docs/components/user/user-profile) component to open as a modal, or if the browser will navigate to the `userProfileUrl` where `<UserProfile />` is mounted as a page. Defaults to: `'modal'`.
7070

7171
---
7272

7373
- `userProfileProps`
7474
- `object`
7575

76-
Specify options for the underlying [`<UserProfile />`](/docs/components/user/user-profile) component.<br />For example: `{additionalOAuthScopes: {google: ['foo', 'bar'], github: ['qux']}}`.
76+
Specify options for the underlying [`<UserProfile />`](/docs/components/user/user-profile) component. For example: `{additionalOAuthScopes: {google: ['foo', 'bar'], github: ['qux']}}`.
7777

7878
---
7979

0 commit comments

Comments
 (0)