Skip to content

Commit dc34350

Browse files
committed
minor docstring fix
1 parent 030cb59 commit dc34350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/providers/identity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ export interface Credential {
336336

337337
/**
338338
* Possible types of emails as described by the GCIP backend, which can be:
339-
* - An sign-in email
339+
* - A sign-in email
340340
* - A password reset email
341341
*/
342342
export type EmailType = "EMAIL_SIGN_IN" | "PASSWORD_RESET";

0 commit comments

Comments
 (0)