From 9d6e70f27b3d8dbc71a3edd0125ab36e452ce948 Mon Sep 17 00:00:00 2001 From: Ryan Feigenbaum <48868107+royalfig@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:15:41 -0500 Subject: [PATCH] Fix typo --- contentful/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contentful/README.md b/contentful/README.md index fe4e138..326bb6f 100644 --- a/contentful/README.md +++ b/contentful/README.md @@ -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