Skip to content

Commit 77bf3ad

Browse files
johnktimsphilwebb
authored andcommitted
Fix typo in javadoc
(Cherry picked from commit bebbe92) Fixes gh-1633
1 parent b616e9f commit 77bf3ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot/src/main/java/org/springframework/boot/SpringApplication.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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...)}.

0 commit comments

Comments
 (0)