Skip to content

Commit

Permalink
Fix typo in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
johnktims committed Sep 28, 2014
1 parent d1c5c90 commit bebbe92
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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...)}.
Expand All @@ -207,7 +207,7 @@ public SpringApplication(Object... sources) {
}

/**
* 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...)}.
Expand Down

0 comments on commit bebbe92

Please sign in to comment.