diff --git a/docs/src/main/asciidoc/reactive-routes.adoc b/docs/src/main/asciidoc/reactive-routes.adoc index abef1504fe944e..392c198630e146 100644 --- a/docs/src/main/asciidoc/reactive-routes.adoc +++ b/docs/src/main/asciidoc/reactive-routes.adoc @@ -670,7 +670,7 @@ public void init(@Observes io.vertx.mutiny.ext.web.Router router) { === Well-known route order values Quarkus uses a couple of route order marks itself. Your route order mark values should be at least a positive integer -values above `20000` (see `RouteConstants.ROUTE_ORDER_AFTER_DEFAULT_MARK`) to not interfere with functionality provided +value above `20000` (see `RouteConstants.ROUTE_ORDER_AFTER_DEFAULT_MARK`) to not interfere with the functionality provided by Quarkus or its extensions. Route order constants defined in `io.quarkus.vertx.http.runtime.RouteConstants` and known extensions: