Skip to content

Commit 2970c9e

Browse files
committed
Add full stop for jsdoc
1 parent 23fa498 commit 2970c9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react/src/hooks/useSignUp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { useIsomorphicClerkContext } from '../contexts/IsomorphicClerkContext';
66
import { useAssertWrappedByClerkProvider } from './useAssertWrappedByClerkProvider';
77

88
/**
9-
* The `useSignUp()` hook provides access to the [`SignUp`](https://clerk.com/docs/reference/javascript/sign-up) object, which allows you to check the current state of a sign-up attempt and manage the sign-up flow. You can use this to create a [custom sign-up flow](!custom-flow)
9+
* The `useSignUp()` hook provides access to the [`SignUp`](https://clerk.com/docs/reference/javascript/sign-up) object, which allows you to check the current state of a sign-up attempt and manage the sign-up flow. You can use this to create a [custom sign-up flow](!custom-flow).
1010
*
1111
* @unionReturnHeadings
1212
* ["Initialization", "Loaded"]

0 commit comments

Comments
 (0)