Replace "via" with words more suited to an international audience

See gh-28464
This commit is contained in:
Jay Bryant
2021-10-27 16:32:24 -05:00
committed by Andy Wilkinson
parent 7bd00a4df0
commit 73a18c73f4
17 changed files with 34 additions and 30 deletions

View File

@@ -209,7 +209,7 @@ The same properties are applicable for both servlet and reactive applications.
Alternatively, you can define your own `JwtDecoder` bean for servlet applications or a `ReactiveJwtDecoder` for reactive applications.
In cases where opaque tokens are used instead of JWTs, you can configure the following properties to validate tokens via introspection:
In cases where opaque tokens are used instead of JWTs, you can configure the following properties to validate tokens through introspection:
[source,yaml,indent=0,subs="verbatim",configprops,configblocks]
----