From 19b74461e454aa3fd3a7e20726d80f540e2e4750 Mon Sep 17 00:00:00 2001 From: Andreas Kluth Date: Wed, 23 Oct 2013 00:10:12 +0200 Subject: [PATCH] Update README.md - Found typo while reading. --- spring-boot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot/README.md b/spring-boot/README.md index ae76bd5261..b1c86c8875 100644 --- a/spring-boot/README.md +++ b/spring-boot/README.md @@ -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