From 701bfceb41b9a9fa9b803fe58d200ff2b8d3372c Mon Sep 17 00:00:00 2001 From: Koen Punt Date: Thu, 15 Jul 2021 12:19:24 +0200 Subject: [PATCH] fix link and typo --- spring-graphql-docs/src/docs/asciidoc/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-graphql-docs/src/docs/asciidoc/index.adoc b/spring-graphql-docs/src/docs/asciidoc/index.adoc index 83f9ccf1..040a90d0 100644 --- a/spring-graphql-docs/src/docs/asciidoc/index.adoc +++ b/spring-graphql-docs/src/docs/asciidoc/index.adoc @@ -111,7 +111,7 @@ interception chain for request execution. The chain consists of a sequence of `WebInterceptor` components, followed by a `GraphQlService` that invokes the GraphQL Java engine. -`WebInteceptor` is as a common contract to use in both Spring MVC and WebFlux +`WebInterceptor` is as a common contract to use in both Spring MVC and WebFlux applications. Use it to intercept requests, inspect HTTP request headers, or to register a transformation of the `graphql.ExecutionInput`: @@ -362,7 +362,7 @@ Security, and other context, available at the data fetching level. The Spring GraphQL repository contains samples for {repository}/samples/webmvc-http-security[Spring MVC] and for -{repository}/samples/webflux-http-security[WebFlux]. +{repository}/samples/webflux-security[WebFlux].