Merge pull request #8718 from andersonkyle:fix-typo

* pr/8718:
  Fix typo
This commit is contained in:
Stephane Nicoll 2017-03-26 12:10:32 +02:00
commit 22869f78a9
1 changed files with 1 additions and 1 deletions

View File

@ -1192,7 +1192,7 @@ public class SpringApplication {
* application sources are defined via a {@literal --spring.main.sources} command line
* argument.
* <p>
* Most developers will want to define their own main method can call the
* Most developers will want to define their own main method and call the
* {@link #run(Object, String...) run} method instead.
* @param args command line arguments
* @throws Exception if the application cannot be started