Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Copyedit
Browse files Browse the repository at this point in the history
  • Loading branch information
scribblingfox authored Sep 17, 2020
1 parent 5cad199 commit 4306dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/topics/sdk/client-side/javascript/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -599,9 +599,9 @@ The default value will only be returned if an error is encountered—for example
The `variationDetail` method allows you to evaluate a feature flag (using the same parameters as you would for `variation`) and receive more information about how the value was calculated.

<Callout intent="alert">
<CalloutTitle>Don't forget</CalloutTitle>
<CalloutTitle>You must enable the evaluationReasons option</CalloutTitle>
<CalloutDescription>
You must enable the `evaluationReasons` option when intializing the LaunchDarkly client or the `reason` object returned by this method will always be null.
You must enable the `evaluationReasons` option when you initialize the LaunchDarkly client. If you do not do this, the `reason` object returned by this method will always be null.

To learn more, read [Customizing your client](#customizing-your-client).
</CalloutDescription>
Expand Down

0 comments on commit 4306dac

Please sign in to comment.