Skip to content

Commit 0c8d302

Browse files
committed
Polish
See gh-4448
1 parent 2ac18a3 commit 0c8d302

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/WebMvcProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public class WebMvcProperties {
7979
private Map<String, MediaType> mediaTypes = new LinkedHashMap<String, MediaType>();
8080

8181
/**
82-
* Path that pattern used for static resources.
82+
* Path pattern used for static resources.
8383
*/
8484
private String staticPathPattern = "/**";
8585

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ content into your application; rather pick only the properties that you need.
310310
spring.mvc.locale= # Locale to use.
311311
spring.mvc.media-types.*= # Maps file extensions to media types for content negotiation.
312312
spring.mvc.message-codes-resolver-format= # Formatting strategy for message codes. For instance `PREFIX_ERROR_CODE`.
313-
spring.mvc.static-path-pattern=/** # Path that pattern used for static resources.
313+
spring.mvc.static-path-pattern=/** # Path pattern used for static resources.
314314
spring.mvc.throw-exception-if-no-handler-found=false # If a "NoHandlerFoundException" should be thrown if no Handler was found to process a request.
315315
spring.mvc.view.prefix= # Spring MVC view prefix.
316316
spring.mvc.view.suffix= # Spring MVC view suffix.

0 commit comments

Comments
 (0)