Skip to content

Commit ffca2f2

Browse files
committed
Remove incorrect comment and fix typo
1 parent c15b2e4 commit ffca2f2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export interface AllFlagsLDClient {
125125
}
126126

127127
/**
128-
* Mag of camelized flag key to original unmodified flag key.
128+
* Map of camelized flag key to original unmodified flag key.
129129
*/
130130
export interface LDFlagKeyMap {
131131
[camelCasedKey: string]: string;

src/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { LDClient, LDFlagChangeset, LDFlagSet } from 'launchdarkly-js-client-sdk';
22
import camelCase from 'lodash.camelcase';
33

4-
// Note that this is no longer used by the SDK, but is still exported for backwards comatability
54
/**
65
* Transforms a set of flags so that their keys are camelCased. This function ignores
76
* flag keys which start with `$`.

0 commit comments

Comments
 (0)