Skip to content

Commit c41a41f

Browse files
committed
Merge pull request #31518 from sonallux
* pr/31518: Fix typo Closes gh-31518
2 parents 3e4a570 + 6afd041 commit c41a41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/web/spring-graphql.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ are detected by Spring Boot and considered as candidates for `DataFetcher` for m
8686
The GraphQL HTTP endpoint is at HTTP POST "/graphql" by default.
8787
The path can be customized with configprop:spring.graphql.path[].
8888

89-
TIP: The HTTP endpoint for both Spring MVC and Spring WebFlux is provided by a `RouterFunction` bean with an `@Order` or `0`.
89+
TIP: The HTTP endpoint for both Spring MVC and Spring WebFlux is provided by a `RouterFunction` bean with an `@Order` of `0`.
9090
If you define your own `RouterFunction` beans, you may want to add appropriate `@Order` annotations to ensure that they are sorted correctly.
9191

9292
The GraphQL WebSocket endpoint is off by default. To enable it:

0 commit comments

Comments
 (0)