Browse Source

Fix typo in javadoc

pull/1633/head
John Tims 11 years ago
parent
commit
bebbe92fef
  1. 4
      spring-boot/src/main/java/org/springframework/boot/SpringApplication.java

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

@ -194,7 +194,7 @@ public class SpringApplication { @@ -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 { @@ -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...)}.

Loading…
Cancel
Save