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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 3e47e479acbc3c55de28b007c68b83909574d3d1
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat Sep 18 10:27:41 2021 +0200

    Polished
---
 .../camel-servlet-starter/src/main/docs/servlet-starter.adoc      | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git 
a/components-starter/camel-servlet-starter/src/main/docs/servlet-starter.adoc 
b/components-starter/camel-servlet-starter/src/main/docs/servlet-starter.adoc
index 2af428e..4ea35aa2 100644
--- 
a/components-starter/camel-servlet-starter/src/main/docs/servlet-starter.adoc
+++ 
b/components-starter/camel-servlet-starter/src/main/docs/servlet-starter.adoc
@@ -41,5 +41,9 @@ The component supports 14 options, which are listed below.
 |===
 // spring-boot-auto-configure options: END
 
-==== Advance Multipart configuration
-The multipart configuration is enabled by default. It is inherited from spring 
servlet's 
https://docs.spring.io/spring-boot/docs/current/api/org/springframework/boot/autoconfigure/web/servlet/MultipartProperties.html[multipart
 properties] which can be used for further customization.
+=== Multipart configuration
+
+The multipart configuration is enabled by default.
+It is inherited from Spring Servlet 
https://docs.spring.io/spring-boot/docs/current/api/org/springframework/boot/autoconfigure/web/servlet/MultipartProperties.html[multipart
 properties]
+which can be used for further customization.
+

Reply via email to