fixed typo

fixes gh-125
This commit is contained in:
Spencer Gibb
2015-04-13 08:06:54 -06:00
parent 280a7a2c09
commit 8c12408fba

View File

@@ -21,7 +21,7 @@ Specifically for Spring applications:
** `/refresh` for refreshing the `@RefreshScope` beans
** `/restart` for restarting the Spring context (disabled by default)
** `/pause` and `/resume` for calling the `Lifecycle` methods (`stop()` and `start()` on the `ApplicationContext`)
* Bootstrap appplication context: a parent context for the main application that can be trained to do anything (by default it binds to the Config Server, and decrypts property values)
* Bootstrap application context: a parent context for the main application that can be trained to do anything (by default it binds to the Config Server, and decrypts property values)
== Quick Start