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 2020/09/16 12:15:57 UTC

[camel-spring-boot] 02/02: Document Update

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-spring-boot.git

commit 36c0a86b078e6d2494df4636c09479499f51ee92
Author: Nitesh Koushik S <39...@users.noreply.github.com>
AuthorDate: Wed Sep 16 17:40:39 2020 +0530

    Document Update
    
    Changes made from "have" to "has"
---
 .../java/org/apache/camel/spring/boot/CamelConfigurationProperties.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java
index 256b5a1..8efc866 100644
--- a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java
+++ b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java
@@ -636,7 +636,7 @@ public class CamelConfigurationProperties extends DefaultConfigurationProperties
     /**
      * Experimental: Configure the context to be lightweight.
      * This will trigger some optimizations and memory reduction options.
-     * Lightweight context have some limitations.
+     * Lightweight context has some limitations.
      * At this moment, dynamic endpoint destinations are not supported.
      */
     private boolean lightweight;