Update README.md

- Found typo while reading.
This commit is contained in:
Andreas Kluth 2013-10-23 00:10:12 +02:00 committed by Dave Syer
parent bde98defa5
commit 19b74461e4
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ callbacks (such as the `DisposableBean` interface, or the `@PreDestroy` annotati
can be used.
In addition, beans may implement the `org.springframework.boot.ExitCodeGenerator`
interface if they with to return a specific exit code when the application ends.
interface if they wish to return a specific exit code when the application ends.
### Externalized Configuration
A `SpringApplication` will load properties from `application.properties` in the root of