diff --git a/website/docs/reference/impression-data.md b/website/docs/reference/impression-data.md index 69eeb917c6f3..b91dbbe06b36 100644 --- a/website/docs/reference/impression-data.md +++ b/website/docs/reference/impression-data.md @@ -87,7 +87,7 @@ You can enable impression data via the impression data flag in the admin UI's fl ## Example setup -The exact setup will vary depending on your [client SDK](../reference/sdks/index.md). The below example configures the [Unleash Proxy client../reference/sdks/javascript-browser) to listen for impression events and log them to the console. If "my-feature-flag" is configured to emit impression data, then it will trigger an impression event as soon as Unleash is ready. +The exact setup varies depending on your [client SDK](../reference/sdks/index.md). The below example configures the [Unleash Proxy client../reference/sdks/javascript-browser) to listen for impression events and log them to the console. If "my-feature-flag" is configured to emit impression data, then it will trigger an impression event as soon as Unleash is ready. ```js const unleash = new UnleashClient({