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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 65def250a802036f0ea2e7f31d45f4c14c4b743b
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Wed Feb 21 18:57:15 2024 +0100

    CAMEL-20410: documentation fixes for camel-spring-ldap
    
    - Fixed samples
    - Fixed grammar and typos
    - Fixed punctuation
    - Added and/or fixed links
    - Converted to use tabs
---
 .../src/main/docs/spring-ldap-component.adoc             | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git 
a/components/camel-spring-ldap/src/main/docs/spring-ldap-component.adoc 
b/components/camel-spring-ldap/src/main/docs/spring-ldap-component.adoc
index c1e1a8c98b0..e117e6cbbab 100644
--- a/components/camel-spring-ldap/src/main/docs/spring-ldap-component.adoc
+++ b/components/camel-spring-ldap/src/main/docs/spring-ldap-component.adoc
@@ -109,16 +109,16 @@ This operation allows dynamic invocation of LdapTemplate 
methods that are not co
 
 *Key definitions*
 
-In order to avoid spelling errors, the following constants are defined
+To avoid spelling errors, the following constants are defined
 in `org.apache.camel.springldap.SpringLdapProducer`:
 
-* public static final String DN = "dn"
-* public static final String FILTER = "filter"
-* public static final String ATTRIBUTES = "attributes"
-* public static final String PASSWORD = "password";
-* public static final String MODIFICATION_ITEMS = "modificationItems";
-* public static final String FUNCTION = "function";
-* public static final String REQUEST = "request";
+* `public static final String DN = "dn"`
+* `public static final String FILTER = "filter"`
+* `public static final String ATTRIBUTES = "attributes"`
+* `public static final String PASSWORD = "password";`
+* `public static final String MODIFICATION_ITEMS = "modificationItems";`
+* `public static final String FUNCTION = "function";`
+* `public static final String REQUEST = "request";`
 
 
 include::spring-boot:partial$starter.adoc[]

Reply via email to