Skip to content

Commit 807016c

Browse files
committed
spelling: constructor [API]
Signed-off-by: Josh Soref <[email protected]>
1 parent 1fdeac7 commit 807016c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/app-compat/src/public-types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface FirebaseAppConfig {
3333
automaticDataCollectionEnabled?: boolean;
3434
}
3535

36-
interface FirebaseAppContructor {
36+
interface FirebaseAppConstructor {
3737
new (): FirebaseApp;
3838
}
3939

@@ -85,7 +85,7 @@ export interface FirebaseNamespace {
8585
*
8686
* DO NOT call this constuctor directly (use firebase.app() instead).
8787
*/
88-
App: FirebaseAppContructor;
88+
App: FirebaseAppConstructor;
8989
};
9090

9191
/**

0 commit comments

Comments
 (0)