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-website.git
The following commit(s) were added to refs/heads/master by this push: new 1bd1b94 Typo (#404) 1bd1b94 is described below commit 1bd1b94435392c3a734510ccfdf18d9bd7be6138 Author: cvdenzen <cvden...@users.noreply.github.com> AuthorDate: Mon Jun 22 22:00:10 2020 +0200 Typo (#404) --- content/blog/2020/06/camel34-whatsnew/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2020/06/camel34-whatsnew/index.md b/content/blog/2020/06/camel34-whatsnew/index.md index 0178e7a..a63e922 100644 --- a/content/blog/2020/06/camel34-whatsnew/index.md +++ b/content/blog/2020/06/camel34-whatsnew/index.md @@ -52,7 +52,7 @@ We have reworked Camel's health-check, to work similar across runtimes, whether Camel-K, or Quarkus. We also introduced the concept of readiness and liveness so a health check can be either one or both. -Each health check can be configured, from `application.properties` the same way, and its all reflection free. +Each health check can be configured, from `application.properties` the same way, and it's all reflection free. The previously mentioned examples also comes with health-check so make sure to check those. See more details in the [Health Check](https://camel.apache.org/manual/latest/health-check.html) documentation.