Skip to content

Commit 9e366f0

Browse files
committed
Fix typo
1 parent a4a19e1 commit 9e366f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ content into your application; rather pick only the properties that you need.
12351235
12361236
# ENDPOINTS CORS CONFIGURATION ({sc-spring-boot-actuator}/autoconfigure/endpoint/infrastructure/CorsEndpointProperties.{sc-ext}[CorsEndpointProperties])
12371237
management.endpoints.cors.allow-credentials= # Set whether credentials are supported. When not set, credentials are not supported.
1238-
management.cors.allowed-headers= # Comma-separated list of headers to allow in a request. '*' allows all headers.
1238+
management.endpoints.cors.allowed-headers= # Comma-separated list of headers to allow in a request. '*' allows all headers.
12391239
management.endpoints.cors.allowed-methods= # Comma-separated list of methods to allow. '*' allows all methods. When not set, defaults to GET.
12401240
management.endpoints.cors.allowed-origins= # Comma-separated list of origins to allow. '*' allows all origins. When not set, CORS support is disabled.
12411241
management.endpoints.cors.exposed-headers= # Comma-separated list of headers to include in a response.

0 commit comments

Comments
 (0)