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


The following commit(s) were added to refs/heads/main by this push:
     new b79ccd9  fix: update inbox to the correct spelling. (#5876)
b79ccd9 is described below

commit b79ccd95d8707bdc90c3df107fa76a468042d365
Author: Harrison Smith <[email protected]>
AuthorDate: Wed Jul 28 18:58:16 2021 +1000

    fix: update inbox to the correct spelling. (#5876)
---
 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 557fdd0..0b90c19 100644
--- a/components/camel-file/src/main/docs/file-component.adoc
+++ b/components/camel-file/src/main/docs/file-component.adoc
@@ -247,7 +247,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

Reply via email to