Typo (#404)

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 @@
 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.