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 052c90a commit c8fca4cCopy full SHA for c8fca4c
src/context.ts
@@ -7,8 +7,8 @@ import { LDFlagKeyMap } from './types';
7
*/
8
interface LDContext {
9
/**
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
+ * JavaScript proxy that will trigger a LDClient#variation call on flag read in order
+ * to register a flag evaluation event in LaunchDarkly. Empty {} initially
12
* until flags are fetched from the LaunchDarkly servers.
13
14
flags: LDFlagSet;
0 commit comments