Skip to content

Commit 4557fbe

Browse files
committed
Fix to jsdoc formatting
1 parent 7d0f026 commit 4557fbe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/firebase/index.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,8 +1469,8 @@ declare namespace firebase.appCheck {
14691469
export interface AppCheck {
14701470
/**
14711471
* Activate AppCheck
1472-
* @param siteKeyOrProvider - reCAPTCHA sitekey or custom token provider
1473-
* @param isTokenAutoRefreshEnabled - If true, enables SDK to automatically
1472+
* @param siteKeyOrProvider reCAPTCHA sitekey or custom token provider
1473+
* @param isTokenAutoRefreshEnabled If true, enables SDK to automatically
14741474
* refresh AppCheck token as needed. If undefined, the value will default
14751475
* to the value of `app.automaticDataCollectionEnabled`. That property
14761476
* defaults to false and can be set in the app config.
@@ -1482,7 +1482,7 @@ declare namespace firebase.appCheck {
14821482

14831483
/**
14841484
*
1485-
* @param isTokenAutoRefreshEnabled - If set to true, enables SDK to
1485+
* @param isTokenAutoRefreshEnabled If set to true, enables SDK to
14861486
* automatically refresh AppCheck token as needed. If false, disables this
14871487
* functionality. This overrides any value set during `activate()`.
14881488
*/
@@ -1502,7 +1502,7 @@ declare namespace firebase.appCheck {
15021502
}
15031503

15041504
/**
1505-
* The token returned from an `AppCheckProvider`.
1505+
* The token returned from an {@link firebase.appCheck.AppCheckProvider `AppCheckProvider`}.
15061506
*/
15071507
interface AppCheckToken {
15081508
/**

0 commit comments

Comments
 (0)