Skip to content

Commit

Permalink
Merge pull request #44536 from rolfedh/fix-typos
Browse files Browse the repository at this point in the history
Fix typo, use common ID syntax
  • Loading branch information
gsmet authored Nov 16, 2024
2 parents 42cc56d + f841486 commit f114b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/security-jwt.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ We suggest that you check out the quickstart solutions and explore the `security

== Reference Guide

[supported-injection-scopes]
[[supported-injection-scopes]]
=== Supported Injection Scopes

`@ApplicationScoped`, `@Singleton` and `@RequestScoped` outer bean injection scopes are all supported when an `org.eclipse.microprofile.jwt.JsonWebToken` is injected, with the `@RequestScoped` scoping for `JsonWebToken` enforced to ensure the current token is represented.
Expand Down

0 comments on commit f114b4e

Please sign in to comment.