Commit a615f8a4 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #2698 from rtack/patch-1

* gh-2698:
  fix typo in javadoc
parents c0c67f25 1235a35f
......@@ -37,7 +37,7 @@ import org.springframework.core.io.support.SpringFactoriesLoader;
* Enable auto-configuration of the Spring Application Context, attempting to guess and
* configure beans that you are likely to need. Auto-configuration classes are usually
* applied based on your classpath and what beans you have defined. For example, If you
* have {@code tomat-embedded.jar} on your classpath you are likely to want a
* have {@code tomcat-embedded.jar} on your classpath you are likely to want a
* {@link TomcatEmbeddedServletContainerFactory} (unless you have defined your own
* {@link EmbeddedServletContainerFactory} bean).
* <p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment