You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/05/27 14:30:39 UTC

[camel-website] 01/01: More phrasing

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch phrasing
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 7f4c80425d52c91a30f9d517e6e40f7680e15d21
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon May 27 16:30:18 2019 +0200

    More phrasing
---
 layouts/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/layouts/index.html b/layouts/index.html
index 484f3ea..054e4cf 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -17,7 +17,7 @@
 <section class="bg-grey">
     <div class="container text-center pt-4">
         <h3>Apache Camel provides support</h3>
-        <p class="text-muted lead">Bean Binding and seamless integration with popular frameworks such as CDI, Spring, Blueprint and Guice</p>
+        <p class="text-muted lead">Bean Binding and seamless integration with popular frameworks such as CDI, Spring, Spring Boot and Blueprint.</p>
         <p class="divider m-auto"></p>
     </div>
     <div class="container pb-5 pt-5">
@@ -45,9 +45,9 @@
             <div class="col-md-4">
                 <div class="card">
                     <div class="card-body">
-                        <div class="card-title font-weight-bold text-center">Data Format</div>
+                        <div class="card-title font-weight-bold text-center">Data Formats</div>
                         <div class="card-text text-muted">
-                            Camel supports around 50 data formats, allowing to create messages to be translated.
+                            Camel supports around 50 data formats, allowing to translate messages in multiple formats.
                         </div>
                     </div>
                 </div>