Skip to content

Commit e47c732

Browse files
committed
PR feedback
1 parent 6efc9ca commit e47c732

File tree

1 file changed

+1
-1
lines changed
  • packages-exp/auth-exp/src/core/credentials

1 file changed

+1
-1
lines changed

packages-exp/auth-exp/src/core/credentials/phone.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export class PhoneAuthCredential extends AuthCredential {
121121
return obj;
122122
}
123123

124-
/** Generates a Phone credential based on a plain object or a JSON string. */
124+
/** Generates a phone credential based on a plain object or a JSON string. */
125125
static fromJSON(json: object | string): PhoneAuthCredential | null {
126126
if (typeof json === 'string') {
127127
json = JSON.parse(json);

0 commit comments

Comments
 (0)