This is an automated email from the ASF dual-hosted git repository. acosentino 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 4f249a381ea Fix typo in getting started page 4f249a381ea is described below commit 4f249a381ead61def2c0bca930bef3d58fe88cc0 Author: Sebastiaan Fernandez <9631199+fernandez...@users.noreply.github.com> AuthorDate: Sat Feb 25 22:29:52 2023 +0100 Fix typo in getting started page --- docs/main/modules/getting-started/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/main/modules/getting-started/pages/index.adoc b/docs/main/modules/getting-started/pages/index.adoc index 2fbfc92d2d9..03405eadceb 100644 --- a/docs/main/modules/getting-started/pages/index.adoc +++ b/docs/main/modules/getting-started/pages/index.adoc @@ -287,7 +287,7 @@ Camel supports most of the xref:components:eips:enterprise-integration-patterns. [[BookGettingStarted-RoutesAdding]] === Adding Routes and Running the Application -Before executing a route, it needs to be to be configured and added to the _CamelContext_. +Before executing a route, it needs to be configured and added to the _CamelContext_. The `MainApp.java` file contains the code that performs these steps: