We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10dcce9 commit fa48b16Copy full SHA for fa48b16
src/types.ts
@@ -132,7 +132,7 @@ export interface AllFlagsLDClient {
132
}
133
134
/**
135
- * Map of camelized flag key to original unmodified flag key.
+ * Map of camelized flag keys to original unmodified flag keys.
136
*/
137
export interface LDFlagKeyMap {
138
[camelCasedKey: string]: string;
0 commit comments