From f841486305e06e693ebdefaca0d922a4623eac52 Mon Sep 17 00:00:00 2001 From: Rolfe Dlugy-Hegwer Date: Fri, 15 Nov 2024 15:54:41 -0500 Subject: [PATCH] Fix typo, use common ID syntax --- docs/src/main/asciidoc/security-jwt.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/security-jwt.adoc b/docs/src/main/asciidoc/security-jwt.adoc index b2687eca370ed..fcc6ab1b97ea2 100644 --- a/docs/src/main/asciidoc/security-jwt.adoc +++ b/docs/src/main/asciidoc/security-jwt.adoc @@ -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.