Skip to content

Commit

Permalink
fix: typo in dashboard template configuration (#27417)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-secrist authored Jan 9, 2025
1 parent bf2e71e commit b62d9eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const SiteChooser = (): JSX.Element => {
) : combinedSnippetAndLiveEventsHosts.length > 0 ? (
<>
<p>
Not seeing the site you want? Try clikcing around on your site to trigger a few events.
Not seeing the site you want? Try clicking around on your site to trigger a few events.
If you haven't yet,{' '}
<Link onClick={() => setStepKey(OnboardingStepKey.INSTALL)}>install posthog-js</Link> or
the HTML snippet wherever you want to track events, then come back here.
Expand Down

0 comments on commit b62d9eb

Please sign in to comment.