From c99daf5de4f51214f6bca55e636e61b3379eb99a Mon Sep 17 00:00:00 2001 From: Jan Engehausen Date: Tue, 23 Jan 2024 16:49:24 +0100 Subject: [PATCH] Fix typo 'Unuthorized' See gh-39279 --- .../spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc index 4787fd22214..0d5a036e94e 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc @@ -301,7 +301,7 @@ By default, any authenticated user is authorized. For JMX endpoints, all users are always authorized. The following example allows all users with the `admin` role to view values from the `/env` endpoint in their original form. -Unuthorized users, or users without the `admin` role, will see only sanitized values. +Unauthorized users, or users without the `admin` role, will see only sanitized values. [source,yaml,indent=0,subs="verbatim",configprops,configblocks] ----