Skip to content

Commit 1e03db2

Browse files
committed
Update comment
1 parent 9a1ae60 commit 1e03db2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/@headlessui-vue/src/hooks/use-id.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ export function useId() {
1313
}
1414

1515
/**
16-
* This function is allows users to provide a custom id generator
17-
* as a workaround for the lack of stable SSR IDs in Vue 3.x
16+
* This function allows users to provide a custom ID generator
17+
* as a workaround for the lack of stable SSR IDs in Vue 3.x.
1818
*
19-
* This lets users of Nuxt swap in the Nuxt `useId` function
19+
* This Nuxt users use the Nuxt provided `useId` function
2020
* which is stable across SSR and client.
2121
*/
2222
export function provideUseId(fn: () => string) {

0 commit comments

Comments
 (0)