Skip to content

Commit

Permalink
fix experiments JS snippet typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lior539 committed Sep 14, 2023
1 parent 5052897 commit cb69a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/experiments/ExperimentCodeSnippets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function JSSnippet({ flagKey, variant }: SnippetProps): JSX.Element {
</CodeSnippet>
<b>Test that it works</b>
<CodeSnippet language={Language.JavaScript} wrap>
{`posthog.feature_flags.override({'${flagKey}': '${variant}'})`}
{`posthog.featureFlags.override({'${flagKey}': '${variant}'})`}
</CodeSnippet>
</>
)
Expand Down

0 comments on commit cb69a82

Please sign in to comment.