You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/07/28 08:59:14 UTC

[camel] branch camel-3.4.x updated: fix: update spelling of inbox in the example. (#5875)

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

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


The following commit(s) were added to refs/heads/camel-3.4.x by this push:
     new 5b320ad  fix: update spelling of inbox in the example. (#5875)
5b320ad is described below

commit 5b320adf40df523b631338309a68181c33f123ec
Author: Harrison Smith <ha...@live.com.au>
AuthorDate: Wed Jul 28 18:58:24 2021 +1000

    fix: update spelling of inbox in the example. (#5875)
---
 components/camel-file/src/main/docs/file-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-file/src/main/docs/file-component.adoc b/components/camel-file/src/main/docs/file-component.adoc
index f6688f1..41f3a9d 100644
--- a/components/camel-file/src/main/docs/file-component.adoc
+++ b/components/camel-file/src/main/docs/file-component.adoc
@@ -245,7 +245,7 @@ If you want to delete the file after processing, the route should be:
 
 [source,java]
 ----
-from("file://inobox?delete=true").to("bean:handleOrder");
+from("file://inbox?delete=true").to("bean:handleOrder");
 ----
 
 We have introduced a *pre* move operation to move files *before* they