This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new af485ed Update lifecycle.adoc af485ed is described below commit af485edb581728c4e3bada3e37d41e732415bcbc Author: johannesr124 <johannes124.rieg...@gmail.com> AuthorDate: Thu Apr 23 08:18:49 2020 +0200 Update lifecycle.adoc grammatical error --- docs/user-manual/modules/ROOT/pages/lifecycle.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/lifecycle.adoc b/docs/user-manual/modules/ROOT/pages/lifecycle.adoc index ac41f88..03872da 100644 --- a/docs/user-manual/modules/ROOT/pages/lifecycle.adoc +++ b/docs/user-manual/modules/ROOT/pages/lifecycle.adoc @@ -42,7 +42,7 @@ Graceful shutdown feature. This ensures messages are given time to complete. End users is encouraged to use suspend/resume if you are temporary stopping a Camel application. -All these operations is available in JMX as well, +All these operations are available in JMX as well, so you can control Camel from a management console. If you write unit tests and perform _cold_ restarts using stop/start