Skip to content

Commit

Permalink
Merge pull request quarkusio#28185 from cuishuang/main
Browse files Browse the repository at this point in the history
all: fix some typos
  • Loading branch information
gsmet committed Sep 25, 2022
2 parents 05f4043 + 3cbafc3 commit 0034efe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adr/0001-community-discussions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ User looking for a job involving Quarkus - where do he go look ?
Not proposed since it is just another waterhose of info with no good ability to ignore/consume as needed/wanted.

=== enable discussions on github.com/quarkusio/quarkus-insights
Considered as quarkus insights is an existing "community" and let us have separate permissons for moderators/triage but some suggested it might be hard to find.
Considered as quarkus insights is an existing "community" and let us have separate permissions for moderators/triage but some suggested it might be hard to find.

=== enable discussions on github.com/quarkusio/community
Downside is that labels etc. would need to be kept in sync and that searches in github.com/quarkusio would not show up community/discussions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ or with the secret retrieved from a xref:credentials-provider.adoc[CredentialsPr
quarkus.oidc-client.auth-server-url=http://localhost:8180/auth/realms/quarkus/
quarkus.oidc-client.client-id=quarkus-app
# This is a key which will be used to retrieve a secret from the map of credentails returned from CredentialsProvider
# This is a key which will be used to retrieve a secret from the map of credentials returned from CredentialsProvider
quarkus.oidc-client.credentials.client-secret.provider.key=mysecret-key
# Set it only if more than one CredentialsProvider can be registered
quarkus.oidc-client.credentials.client-secret.provider.name=oidc-credentials-provider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* asynchronously, possibly on a different thread.
* <p>
* Note that context data and method parameters are mutable and are not guarded/synchronized. We expect them to be modified
* before or after dispatch. If modified before and after dispatch an unpredicatble behavior may occur.
* before or after dispatch. If modified before and after dispatch an unpredictable behavior may occur.
*/
class AroundInvokeInvocationContext extends AbstractInvocationContext {

Expand Down

0 comments on commit 0034efe

Please sign in to comment.