From 3adc904f9033ca42720b1a75b62a07440ea22741 Mon Sep 17 00:00:00 2001 From: Pierre Wizla Date: Mon, 7 Oct 2024 14:50:28 +0200 Subject: [PATCH] Fix 'CompatibilityMode' flag spelling --- .../migration/v4-to-v5/breaking-changes/graphql-api-updated.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/dev-docs/migration/v4-to-v5/breaking-changes/graphql-api-updated.md b/docusaurus/docs/dev-docs/migration/v4-to-v5/breaking-changes/graphql-api-updated.md index 7e2c537bf4..10b6b45639 100644 --- a/docusaurus/docs/dev-docs/migration/v4-to-v5/breaking-changes/graphql-api-updated.md +++ b/docusaurus/docs/dev-docs/migration/v4-to-v5/breaking-changes/graphql-api-updated.md @@ -39,7 +39,7 @@ For an extensive description of the new Strapi 5 GraphQL API, please refer to th To gradually convert to the new GraphQL API format, follow these steps: -1. Enable v4 compatibility mode with the `v4ComptabilityMode` flag in the configuration of the GraphQL plugin (see [plugins configuration](/dev-docs/configurations/plugins#graphql-configuration)): +1. Enable v4 compatibility mode with the `v4CompatibilityMode` flag in the configuration of the GraphQL plugin (see [plugins configuration](/dev-docs/configurations/plugins#graphql-configuration)): ```graphql {