Skip to content

Commit a615f8a

Browse files
committed
Merge pull request #2698 from rtack/patch-1
* gh-2698: fix typo in javadoc
2 parents c0c67f2 + 1235a35 commit a615f8a

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/EnableAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* Enable auto-configuration of the Spring Application Context, attempting to guess and
3838
* configure beans that you are likely to need. Auto-configuration classes are usually
3939
* applied based on your classpath and what beans you have defined. For example, If you
40-
* have {@code tomat-embedded.jar} on your classpath you are likely to want a
40+
* have {@code tomcat-embedded.jar} on your classpath you are likely to want a
4141
* {@link TomcatEmbeddedServletContainerFactory} (unless you have defined your own
4242
* {@link EmbeddedServletContainerFactory} bean).
4343
* <p>

0 commit comments

Comments
 (0)