From 63fc8ef01672fa01d1d4abc5edde408d364fd3b0 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Mon, 26 Jun 2023 20:23:51 -0500 Subject: [PATCH] docs(auth): fix docs render issue in AuthSettings unterminated tag was breaking Vercel docs build, I should have caught that on the PR review, it was obvious in hindsight --- packages/auth/lib/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth/lib/index.d.ts b/packages/auth/lib/index.d.ts index 600aed4fb1..6d5ff139a1 100644 --- a/packages/auth/lib/index.d.ts +++ b/packages/auth/lib/index.d.ts @@ -1025,7 +1025,7 @@ export namespace FirebaseAuthTypes { * * Once this has been called, every call to PhoneAuthProvider#verifyPhoneNumber() will skip the Play Integrity API verification flow and use the reCAPTCHA flow instead. * - *

Calling this method a second time will overwrite the previously passed parameter. + * > Calling this method a second time will overwrite the previously passed parameter. * * @android * @param appName