Skip to content

Commit a7124e2

Browse files
committed
format
1 parent c37d8b8 commit a7124e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: packages/auth/src/core/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export function setPersistence(
8181
* Loading the reCAPTCHA config early will also enhance the signal collected by reCAPTCHA.
8282
*
8383
* This method does not work in a Node.js environment.
84-
*
84+
*
8585
* @example
8686
* ```javascript
8787
* initializeRecaptchaConfig(auth);

Diff for: packages/firestore/src/api/settings.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export interface FirestoreSettings extends LiteSettings {
9999
* polling is now enabled by default. To disable it, set this setting to
100100
* `false`, and please open a GitHub issue to share the problems that
101101
* motivated you disabling long-polling auto-detection.
102-
*
102+
*
103103
* This setting cannot be used in a Node.js environment.
104104
*/
105105
experimentalAutoDetectLongPolling?: boolean;

0 commit comments

Comments
 (0)