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 {
192
192
private Set <String > profiles = new HashSet <String >();
193
193
194
194
/**
195
- * Crate a new {@link SpringApplication} instance. The application context will load
195
+ * Create a new {@link SpringApplication} instance. The application context will load
196
196
* beans from the specified sources (see {@link SpringApplication class-level}
197
197
* documentation for details. The instance can be customized before calling
198
198
* {@link #run(String...)}.
@@ -205,7 +205,7 @@ public SpringApplication(Object... sources) {
205
205
}
206
206
207
207
/**
208
- * Crate a new {@link SpringApplication} instance. The application context will load
208
+ * Create a new {@link SpringApplication} instance. The application context will load
209
209
* beans from the specified sources (see {@link SpringApplication class-level}
210
210
* documentation for details. The instance can be customized before calling
211
211
* {@link #run(String...)}.
You can’t perform that action at this time.
0 commit comments