Skip to content

Commit 4221467

Browse files
authored
Merge pull request #44398 from sberyozkin/keycloak_devservice_prop_doc_typo
Fix Keycloak DevService property doc typo
2 parents 81d5343 + bfb59fc commit 4221467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/devservices/keycloak/src/main/java/io/quarkus/devservices/keycloak/KeycloakDevServicesConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public interface KeycloakDevServicesConfig {
140140
boolean createRealm();
141141

142142
/**
143-
* Specifies whether to create the default client id `quarkus-app` with a secret `secret`and register them
143+
* Specifies whether to create the default client id `quarkus-app` with a secret `secret` and register them
144144
* if the {@link #createRealm} property is set to true.
145145
* For OIDC extension configuration properties `quarkus.oidc.client.id` and `quarkus.oidc.credentials.secret` will
146146
* be configured.

0 commit comments

Comments
 (0)