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/25 05:08:54 UTC

[camel-spring-boot-examples] branch master updated: Update README.adoc

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-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 70efe27  Update README.adoc
70efe27 is described below

commit 70efe27b35064697a1615c124050baf0f0ea6e15
Author: PoojaChandak <po...@gmail.com>
AuthorDate: Tue Sep 22 22:30:56 2020 +0530

    Update README.adoc
---
 camel-example-spring-boot-rest-swagger-simple/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-example-spring-boot-rest-swagger-simple/README.adoc b/camel-example-spring-boot-rest-swagger-simple/README.adoc
index 5ad3e92..213990a 100644
--- a/camel-example-spring-boot-rest-swagger-simple/README.adoc
+++ b/camel-example-spring-boot-rest-swagger-simple/README.adoc
@@ -3,7 +3,7 @@
 This example shows how to call a REST service defined using Swagger
 specification with the help of Camel Rest Swagger component.
 
-The example is a standalong Spring Boot application that acts as a REST
+The example is a standalone Spring Boot application that acts as a REST
 client, you can run simply by issuing:
 
 ....