Skip to content

Commit

Permalink
spelling: constructor [API]
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed May 30, 2024
1 parent 405184f commit 10eacae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app-compat/src/public-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface FirebaseAppConfig {
automaticDataCollectionEnabled?: boolean;
}

interface FirebaseAppContructor {
interface FirebaseAppConstructor {
new (): FirebaseApp;
}

Expand Down Expand Up @@ -85,7 +85,7 @@ export interface FirebaseNamespace {
*
* DO NOT call this constuctor directly (use firebase.app() instead).
*/
App: FirebaseAppContructor;
App: FirebaseAppConstructor;
};

/**
Expand Down

0 comments on commit 10eacae

Please sign in to comment.