We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e0418 commit e042105Copy full SHA for e042105
sdk/index.ts
@@ -31,7 +31,7 @@ const DEFAULT_REQUEST_TIMEOUT_SECONDS = 10;
31
* A client for evaluating Flagsmith feature flags.
32
*
33
* Flags are evaluated remotely by the Flagsmith API over HTTP by default.
34
- * To evaluate flags locally, create the client using {@link enableLocalEvaluation} and a server-side SDK key.
+ * To evaluate flags locally, create the client using {@link FlagsmithConfig.enableLocalEvaluation} and a server-side SDK key.
35
36
* @example
37
* import { Flagsmith, Flags, DefaultFlag } from 'flagsmith-nodejs'
0 commit comments