We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efc9ca commit e47c732Copy full SHA for e47c732
packages-exp/auth-exp/src/core/credentials/phone.ts
@@ -121,7 +121,7 @@ export class PhoneAuthCredential extends AuthCredential {
121
return obj;
122
}
123
124
- /** Generates a Phone credential based on a plain object or a JSON string. */
+ /** Generates a phone credential based on a plain object or a JSON string. */
125
static fromJSON(json: object | string): PhoneAuthCredential | null {
126
if (typeof json === 'string') {
127
json = JSON.parse(json);
0 commit comments