Commit bebbe92f authored by John Tims's avatar John Tims

Fix typo in javadoc

parent d1c5c90c
......@@ -194,7 +194,7 @@ public class SpringApplication {
private Set<String> profiles = new HashSet<String>();
/**
* Crate a new {@link SpringApplication} instance. The application context will load
* Create a new {@link SpringApplication} instance. The application context will load
* beans from the specified sources (see {@link SpringApplication class-level}
* documentation for details. The instance can be customized before calling
* {@link #run(String...)}.
......@@ -207,7 +207,7 @@ public class SpringApplication {
}
/**
* Crate a new {@link SpringApplication} instance. The application context will load
* Create a new {@link SpringApplication} instance. The application context will load
* beans from the specified sources (see {@link SpringApplication class-level}
* documentation for details. The instance can be customized before calling
* {@link #run(String...)}.
......
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