Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisintech committed Dec 13, 2024
1 parent 53e345c commit ce9589a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/references/vue/use-organization.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: '`useOrganization()`'
title: useOrganization()
description: Access and manage the currently active organization in your Vue application with Clerk's useOrganization() composable.
---

Expand Down
2 changes: 1 addition & 1 deletion docs/references/vue/use-session-list.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: '`useSessionList()`'
title: useSessionList()
description: Access and manage a list of sessions registered on the client device in your Vue application with Clerk's useSessionList() composable.
---

Expand Down
2 changes: 1 addition & 1 deletion docs/references/vue/use-session.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: '`useSession()`'
title: useSession()
description: Access and manage the current user's session in your Vue application with Clerk's useSession() composable.
---

Expand Down
2 changes: 1 addition & 1 deletion docs/references/vue/use-sign-up.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: '`useSignUp()`'
title: useSignUp()
description: Access and manage sign-up state in your Vue application with Clerk's useSignUp() composable.
---

Expand Down

0 comments on commit ce9589a

Please sign in to comment.