diff --git a/spring-graphql/src/main/java/org/springframework/graphql/ExecutionGraphQlRequest.java b/spring-graphql/src/main/java/org/springframework/graphql/ExecutionGraphQlRequest.java index bd17fbc7..6edd356e 100644 --- a/spring-graphql/src/main/java/org/springframework/graphql/ExecutionGraphQlRequest.java +++ b/spring-graphql/src/main/java/org/springframework/graphql/ExecutionGraphQlRequest.java @@ -50,7 +50,7 @@ public interface ExecutionGraphQlRequest extends GraphQlRequest { * {@code UUID.randomUUID()}. *
  • On WebSocket, the id is set to the message id of the {@code "subscribe"} * message from the GraphQL over WebSocket protocol that is used to correlate - * request and response messages on the the WebSocket. + * request and response messages on the WebSocket. * *

    To override this id, use {@link #executionId(ExecutionId)} or configure * {@link graphql.GraphQL} with an {@link graphql.execution.ExecutionIdProvider}.