Skip to content

Commit

Permalink
chore: add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Feb 11, 2022
1 parent e114025 commit ea7d599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/how-to/how-to-capture-impression-data.mdx
Expand Up @@ -19,7 +19,7 @@ We will assume that you have the necessary details for your third-party service:
- **where to send the data to**. We'll refer to this in the code samples below as **`<sink-url>`**.
- **what format the data needs to be in**. This will determine how you transform the event data before you send it.

In addition you'll need to have a toggle to record impression data for and an [Unleash client SDK](../sdks/index.md) that supports impression data. This guide will use the [JavaScript proxy SDK](../sdks/proxy-javascript.md).
In addition, you'll need to have a toggle to record impression data for and an [Unleash client SDK](../sdks/index.md) that supports impression data. This guide will use the [JavaScript proxy SDK](../sdks/proxy-javascript.md).

When you have those things sorted, follow the below steps.

Expand Down

0 comments on commit ea7d599

Please sign in to comment.