From 8c12408fbae24a91c5dd2d6ec92a02f3b6339957 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Mon, 13 Apr 2015 08:06:54 -0600 Subject: [PATCH] fixed typo fixes gh-125 --- docs/src/main/asciidoc/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/README.adoc b/docs/src/main/asciidoc/README.adoc index 434132b2..5369ba9f 100644 --- a/docs/src/main/asciidoc/README.adoc +++ b/docs/src/main/asciidoc/README.adoc @@ -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