Skip to content

Commit

Permalink
Fix typo (#5885)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaibolay committed Jan 14, 2022
1 parent 37c5369 commit 4bd3a88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/firebase/compat/index.d.ts
Expand Up @@ -1894,7 +1894,7 @@ declare namespace firebase.remoteConfig {
settings: Settings;

/**
* Object containing default values for conigs.
* Object containing default values for configs.
*/
defaultConfig: { [key: string]: string | number | boolean };

Expand Down
2 changes: 1 addition & 1 deletion packages/remote-config-types/index.d.ts
Expand Up @@ -22,7 +22,7 @@ export interface RemoteConfig {
settings: Settings;

/**
* Object containing default values for conigs.
* Object containing default values for configs.
*/
defaultConfig: { [key: string]: string | number | boolean };

Expand Down

0 comments on commit 4bd3a88

Please sign in to comment.