Skip to content

Commit 8932de7

Browse files
committed
Fix typos in TLS-registry ADR
1 parent aef1ced commit 8932de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adr/0004-using-the-tls-registry-for-clients.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The TLS registry is an extension processing the `quarkus.tls` configuration and
2626
Note that the configuration and the runtime API are different.
2727
The configuration is used to define the TLS settings, while the runtime API is used to access these pre-processed settings.
2828

29-
hen using the options directly under `quarkus.tls.`, one configures the default (_unamed_) configuration, while using options under `quarkus.tls.<name>.` configures a _named_ configuration.
29+
When using the options directly under `quarkus.tls.`, one configures the default (_unnamed_) configuration, while using options under `quarkus.tls.<name>.` configures a _named_ configuration.
3030
For each configuration, trust stores and key stores can be defined, as well as the default protocol, cipher suites, etc.
3131
More details can be found in the https://quarkus.io/version/main/guides/tls-registry-reference[documentation] and in the https://github.com/quarkusio/quarkus/blob/main/extensions/tls-registry/runtime/src/main/java/io/quarkus/tls/runtime/config/TlsBucketConfig.java[code].
3232

0 commit comments

Comments
 (0)