Skip to content

Commit

Permalink
fix Vale linting
Browse files Browse the repository at this point in the history
(cherry picked from commit 17910e6)
  • Loading branch information
fdlane authored and gsmet committed Mar 18, 2024
1 parent a6df3b6 commit af98030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/rest.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2310,7 +2310,7 @@ quarkus.log.category."org.jboss.resteasy.reactive.common.core.AbstractResteasyRe

==== Via annotations

You can declare functions which are invoked in the following phases of the request processing:
You can declare functions that are invoked in the following phases of the request processing:

- Before the endpoint method is identified: pre-matching request filter
- After routing, but before the endpoint method is called: normal request filter
Expand Down

0 comments on commit af98030

Please sign in to comment.