Skip to content

Commit 113bb50

Browse files
Update step-by-step.md (#2360)
Fixed the typo of "graphql" plugin name
1 parent 8e24a0b commit 113bb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/dev-docs/migration/v4-to-v5/step-by-step.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Follow the steps below and leverage retro-compatibility flags and guided migrati
118118

119119
### Migrate GraphQL API calls
120120

121-
1. Enable the retro-compatibility flag by setting `v4CompatibilityMode` to `true` in the `graphl.config` object of [the `/config/plugins.js|ts` file](/dev-docs/configurations/plugins#graphql).
121+
1. Enable the retro-compatibility flag by setting `v4CompatibilityMode` to `true` in the `graphql.config` object of [the `/config/plugins.js|ts` file](/dev-docs/configurations/plugins#graphql).
122122
2. Update your queries and mutations only, guided by the dedicated [breaking change entry for GraphQL](/dev-docs/migration/v4-to-v5/breaking-changes/graphql-api-updated).
123123
3. Validate that your client is running correctly.
124124
4. Disable the retro-compatibily flag by setting `v4CompatibilityMode` to `false` and start using the new response format.

0 commit comments

Comments
 (0)