File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-boot/src/main/java/org/springframework/boot Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ public class SpringApplication {
192192 private Set <String > profiles = new HashSet <String >();
193193
194194 /**
195- * Crate a new {@link SpringApplication} instance. The application context will load
195+ * Create a new {@link SpringApplication} instance. The application context will load
196196 * beans from the specified sources (see {@link SpringApplication class-level}
197197 * documentation for details. The instance can be customized before calling
198198 * {@link #run(String...)}.
@@ -205,7 +205,7 @@ public SpringApplication(Object... sources) {
205205 }
206206
207207 /**
208- * Crate a new {@link SpringApplication} instance. The application context will load
208+ * Create a new {@link SpringApplication} instance. The application context will load
209209 * beans from the specified sources (see {@link SpringApplication class-level}
210210 * documentation for details. The instance can be customized before calling
211211 * {@link #run(String...)}.
You can’t perform that action at this time.
0 commit comments