Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mitjans committed Feb 19, 2024
1 parent f98c553 commit bd1e65b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/3.features.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ onMounted(() => {

::callout
---

icon: i-heroicons-sparkles
---

Expand Down Expand Up @@ -61,18 +62,17 @@ This directive also accepts an object if you want to provide additional properti

::callout
---

icon: i-heroicons-sparkles
---

This directive is typed and will provide suggestions while coding
::


### Auto-capture page views

By default, this module will capture page views automatically. If not desired, you can change this behavior:


```typescript [nuxt.config.ts]
export default defineNuxtConfig({
posthog: {
Expand All @@ -98,7 +98,7 @@ const { isFeatureEnabled, getFeatureFlag } = usePostHogFeatureFlag();
</script>
```

### `<PostHogFeatureFlag` component
### `<PostHogFeatureFlag>` component

This component will allow you to hide content under a feature flag without having to import the `usePostHogFeatureFlag` composable or use the `$posthog` utility:

Expand Down

0 comments on commit bd1e65b

Please sign in to comment.