Skip to content

Commit 01abb19

Browse files
committed
Fix typo
1 parent 1435d83 commit 01abb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/DispatcherServletRegistrationBean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
/**
2626
* {@link ServletRegistrationBean} for the auto-configured {@link DispatcherServlet}. Both
27-
* registeres the servlet and exposes {@link DispatcherServletPath} information.
27+
* registers the servlet and exposes {@link DispatcherServletPath} information.
2828
*
2929
* @author Phillip Webb
3030
* @since 2.0.4

0 commit comments

Comments
 (0)