Skip to content

Commit

Permalink
docs: update tsdocs (#893)
Browse files Browse the repository at this point in the history
Fix typo

## What kind of change does this PR introduce?

docs update,

## What is the current behavior?


https://github.com/supabase/auth-js/blob/927ae7a3c4b4e980fd44ba59fd42031f819ae382/src/lib/types.ts#L132

## What is the new behavior?


https://github.com/bryanltobing/auth-js/blob/2af5203ba61aad446b4dde7f2fa48068d86ab338/src/lib/types.ts#L132

## Additional context

N / A
  • Loading branch information
bryanltobing committed May 7, 2024
1 parent fc145af commit 64a926c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export type AuthResponsePassword =
/**
* AuthOtpResponse is returned when OTP is used.
*
* {@see AuthRsponse}
* {@see AuthResponse}
*/
export type AuthOtpResponse =
| {
Expand Down

0 comments on commit 64a926c

Please sign in to comment.