Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/reactive-routes.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Clement Escoffier <[email protected]>
  • Loading branch information
snazy and cescoffier authored Sep 18, 2023
1 parent 6cf4d6a commit b9d4f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/reactive-routes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,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 positive integer
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
by Quarkus or its extensions.
Expand Down

0 comments on commit b9d4f6b

Please sign in to comment.