Skip to content

Commit a31319c

Browse files
committed
Merge branch '3.2.x'
Closes gh-39281
2 parents e04ec3b + 3fb25f4 commit a31319c

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ By default, any authenticated user is authorized.
301301
For JMX endpoints, all users are always authorized.
302302

303303
The following example allows all users with the `admin` role to view values from the `/env` endpoint in their original form.
304-
Unuthorized users, or users without the `admin` role, will see only sanitized values.
304+
Unauthorized users, or users without the `admin` role, will see only sanitized values.
305305

306306
[source,yaml,indent=0,subs="verbatim",configprops,configblocks]
307307
----

0 commit comments

Comments
 (0)