Skip to content

Commit c8fca4c

Browse files
committed
Fixup
1 parent 052c90a commit c8fca4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/context.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { LDFlagKeyMap } from './types';
77
*/
88
interface LDContext {
99
/**
10-
* JavaScript proxy containing all fethced flags that will trigger a LDClient#variation call
11-
* on flag read in order to register a flag evaluation event in LaunchDarkly. Empty {} initially
10+
* JavaScript proxy that will trigger a LDClient#variation call on flag read in order
11+
* to register a flag evaluation event in LaunchDarkly. Empty {} initially
1212
* until flags are fetched from the LaunchDarkly servers.
1313
*/
1414
flags: LDFlagSet;

0 commit comments

Comments
 (0)