Browse Source

Fix typo in CorsConfiguration Javadoc

Closes gh-36366

Signed-off-by: jun <ryuu.public@gmail.com>
pull/36373/head
조형준 4 weeks ago committed by GitHub
parent
commit
53f1656f56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      spring-web/src/main/java/org/springframework/web/cors/CorsConfiguration.java

2
spring-web/src/main/java/org/springframework/web/cors/CorsConfiguration.java

@ -189,7 +189,7 @@ public class CorsConfiguration { @@ -189,7 +189,7 @@ public class CorsConfiguration {
* domain1.com on port 8080 or port 8081
* <li>{@literal https://*.domain1.com:[*]} -- domains ending with
* domain1.com on any port, including the default port
* <li>comma-delimited list of patters, for example,
* <li>comma-delimited list of patterns, for example,
* {@code "https://*.a1.com,https://*.a2.com"}; this is convenient when a
* value is resolved through a property placeholder, for example, {@code "${origin}"};
* note that such placeholders must be resolved externally.

Loading…
Cancel
Save