Commit 57977a65 authored by Kyle Anderson's avatar Kyle Anderson Committed by Stephane Nicoll

Fix typo

Closes gh-8718
parent a8788ba6
......@@ -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
......
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