Skip to content

Commit 4fcdb7b

Browse files
committed
typo
1 parent 2c736ac commit 4fcdb7b

File tree

1 file changed

+3
-3
lines changed
  • src/connections/sources/catalog/cloud-apps/configcat

1 file changed

+3
-3
lines changed

src/connections/sources/catalog/cloud-apps/configcat/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ This source is maintained by ConfigCat. For any issues with the source, [contact
2929
### Sending feature flag evaluation analytics from ConfigCat to Twilio Segment
3030

3131
1. Log in to the ConfigCat Dashboard and copy the SDK Key for your Config in the specific Environment.
32-
2. In your application's code **Configure SDKs:**:
32+
2. In your application's code, **Configure SDKs:**:
3333
- **ConfigCat SDK:** Initialize with your ConfigCat SDK key.
3434
- **Segment SDK:** Set up with the Segment Write Key acquired while adding the ConfigCat source in Segment.
3535
3. **Integrate Feature Flag Evaluations:**
3636
- During the initialization of the ConfigCat SDK, subscribe to the `flagEvaluated` hook.
37-
- Send feature flag evaluation data to Segment using the `featureFlagEvaluated` event name. Include the following parameter:
37+
- Send feature flag evaluation data to Segment using the `featureFlagEvaluated` event name. Include the following parameters:
3838
- `featureFlagKey`: the feature flag's key
3939
- `value`: the evaluated feature flag's value or Variation ID
4040
- `variationId` (optional): the evaluated feature flag's Variation ID
@@ -59,7 +59,7 @@ The table below lists events that ConfigCat sends to Segment. These events appea
5959

6060
## Event Properties
6161

62-
The table below list the properties included in the events listed above.
62+
The tables below list the properties included in the events listed above.
6363

6464
### `featureFlagEvaluated` event
6565

0 commit comments

Comments
 (0)