Skip to content

Commit eca00ee

Browse files
authored
fix fragment (#944)
1 parent b01822f commit eca00ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ export namespace admin.auth {
397397

398398
/**
399399
* Interface representing a decoded Firebase ID token, returned from the
400-
* {@link https://firebase.google.com/docs/reference/admin/node/admin.auth.Auth#verifyIdToken `verifyIdToken()`} method.
400+
* {@link https://firebase.google.com/docs/reference/admin/node/admin.auth.Auth#verifyidtoken `verifyIdToken()`} method.
401401
*
402402
* Firebase ID tokens are OpenID Connect spec-compliant JSON Web Tokens (JWTs).
403403
* See the

0 commit comments

Comments
 (0)