Skip to content

Commit 6692ec6

Browse files
committed
Fix missing closing paren
1 parent 6dedc0b commit 6692ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/model/public_types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ export interface MultiFactorInfo {
630630

631631
/**
632632
* The subclass of the {@link MultiFactorInfo} interface for phone number
633-
* second factors. The factorId of this second factor is {@link FactorId.PHONE.
633+
* second factors. The factorId of this second factor is {@link FactorId.PHONE}.
634634
*/
635635
export interface PhoneMultiFactorInfo extends MultiFactorInfo {
636636
/** The phone number associated with the current second factor. */

0 commit comments

Comments
 (0)