Skip to content

Commit 704b80e

Browse files
avolkoviFeiyang1
andauthored
Update packages/firebase/index.d.ts
Co-authored-by: Feiyang <[email protected]>
1 parent dad5c33 commit 704b80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3124,7 +3124,7 @@ declare namespace firebase.auth {
31243124
* called synchronously immediately following the first call to `firebase.auth()`. Do not use
31253125
* with production credentials as emulator traffic is not encrypted.
31263126
*
3127-
* @param url - The URL at which the emulator is running (eg, 'http://localhost:9099')
3127+
* @param url The URL at which the emulator is running (eg, 'http://localhost:9099')
31283128
*/
31293129
useEmulator(url: string): void;
31303130
/**

0 commit comments

Comments
 (0)