Skip to content

Commit e1b2485

Browse files
Apply suggestions from code review
Co-authored-by: Sebastian Schmidt <[email protected]>
1 parent 1207a53 commit e1b2485

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/database/src/api/Database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export class Database implements FirebaseService {
9898
/**
9999
* Modify this instance to communicate with the Realtime Database emulator.
100100
*
101-
* <p>Note: this must be called before this instance has been used to do any operations.
101+
* <p>Note: This method must be called before performing any other operation.
102102
*
103103
* @param host the emulator host (ex: localhost)
104104
* @param port the emulator port (ex: 8080)

packages/firebase/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5650,7 +5650,7 @@ declare namespace firebase.database {
56505650
/**
56515651
* Modify this instance to communicate with the Realtime Database emulator.
56525652
*
5653-
* <p>Note: this must be called before this instance has been used to do any operations.
5653+
* <p>Note: This method must be called before performing any other operation.
56545654
*
56555655
* @param host the emulator host (ex: localhost)
56565656
* @param port the emulator port (ex: 8080)

0 commit comments

Comments
 (0)