Skip to content

Commit 38d8a5c

Browse files
tomaslinwilkinsona
authored andcommitted
Fix typo in comment
Closes gh-1596
1 parent a63d0b4 commit 38d8a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public HiddenHttpMethodFilter hiddenHttpMethodFilter() {
124124
return new HiddenHttpMethodFilter();
125125
}
126126

127-
// Defined as a nested config to ensure WebMvcConfigurerAdapter it not read when not
127+
// Defined as a nested config to ensure WebMvcConfigurerAdapter is not read when not
128128
// on the classpath
129129
@Configuration
130130
@EnableWebMvc

0 commit comments

Comments
 (0)