Skip to content

Commit

Permalink
fix: Typo in src/mocks/optimizely/index.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Roytman <[email protected]>
  • Loading branch information
rijuma and MichaelRoytman authored Jul 18, 2024
1 parent 24bdda8 commit 0286b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mocks/optimizely/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

const useDecision = (experimentKey) => (
// To mock optimizely for local smoke testing, set the value of "enabled" to "true" and
// replace "replace_me" with the desired value from OPTIMIZELY_VTR_EXPERIMENT_VARIATION_KEYS
// replace "replace_me" with the desired value from OPTIMIZELY_PROMPT_EXPERIMENT_VARIATION_KEYS
// which can be found in src/data/optimizely.js
[{ enabled: true, variationKey: 'replace_me' }]
);
Expand Down

0 comments on commit 0286b05

Please sign in to comment.