Skip to content

Commit ebb39a9

Browse files
committed
fix typo
1 parent e79630a commit ebb39a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/database-compat/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export function registerDatabase(instance: FirebaseNamespace) {
6767

6868
registerDatabase(firebase);
6969

70-
// Types to export for the admin SDK. They are exported here n the browser entry point only for types
70+
// Types to export for the admin SDK. They are exported here in the browser entry point only for types
7171
// The same symbol should be exported from the node entry point so their values can be accessed at runtime by admin SDK
7272
export { Database, Query, Reference, enableLogging, ServerValue, DataSnapshot };
7373
export { OnDisconnect } from '@firebase/database';

0 commit comments

Comments
 (0)