Skip to content

Commit 03278a4

Browse files
authored
Update index.d.ts
fix typo
1 parent ff2f7d4 commit 03278a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/remote-config-types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface RemoteConfig {
2222
settings: Settings;
2323

2424
/**
25-
* Object containing default values for conigs.
25+
* Object containing default values for configs.
2626
*/
2727
defaultConfig: { [key: string]: string | number | boolean };
2828

0 commit comments

Comments
 (0)