Merge pull request #7541 from nicklasholm:typo-fix

* pr/7541:
  Fix typo
This commit is contained in:
Stephane Nicoll
2016-12-01 12:10:37 +01:00

View File

@@ -162,7 +162,7 @@ public abstract class SpringBootServletInitializer implements WebApplicationInit
}
/**
* Configure the application. Normally all you would need to do it add sources (e.g.
* Configure the application. Normally all you would need to do is add sources (e.g.
* config classes) because other settings have sensible defaults. You might choose
* (for instance) to add default command line arguments, or set an active Spring
* profile.