From 77e9835d3aee478e8ac0eeedd2191afa989ce801 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 10 Mar 2022 11:11:31 +0100 Subject: [PATCH] Fix typo in reference documentation --- spring-graphql-docs/src/docs/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-graphql-docs/src/docs/asciidoc/index.adoc b/spring-graphql-docs/src/docs/asciidoc/index.adoc index 6a0e271b..2c57026e 100644 --- a/spring-graphql-docs/src/docs/asciidoc/index.adoc +++ b/spring-graphql-docs/src/docs/asciidoc/index.adoc @@ -1240,7 +1240,7 @@ for reacting to validation errors: those are globally dealt with as exceptions. [[controllers-schema-mapping-projectedpayload-argument]] -==== `@ProjectPayload` Interface +==== `@ProjectedPayload` Interface As an alternative to using complete Objects with <>, you can also use a projection interface to access GraphQL request arguments through a