Skip to content

Commit e042105

Browse files
committed
fix doc link
1 parent 47e0418 commit e042105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const DEFAULT_REQUEST_TIMEOUT_SECONDS = 10;
3131
* A client for evaluating Flagsmith feature flags.
3232
*
3333
* 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.
34+
* To evaluate flags locally, create the client using {@link FlagsmithConfig.enableLocalEvaluation} and a server-side SDK key.
3535
*
3636
* @example
3737
* import { Flagsmith, Flags, DefaultFlag } from 'flagsmith-nodejs'

0 commit comments

Comments
 (0)