Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
royalfig committed Nov 7, 2024
1 parent 3f164c0 commit 9d6e70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contentful/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ This integration uses GrowthBook's server-side Next.js implementation for optima

The **GrowthBook Experiment** content model is fetched via the following GraphQL code, which contains the `featureFlagId` and the `variationsCollection`. The response contains data about your experiment content, as you set it up in Contentful.

To get specific Variation content, make an additional call to the Contentful API using its `id` and `_typname`, or, as in the example below, add the fields for each Content Type you want to be able to experiment on.
To get specific Variation content, make an additional call to the Contentful API using its `id` and `_typename`, or, as in the example below, add the fields for each Content Type you want to be able to experiment on.

```ts
// src/app/lib/growthbookExperiment.ts
Expand Down

0 comments on commit 9d6e70f

Please sign in to comment.