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.git
The following commit(s) were added to refs/heads/master by this push: new 2a51827 Fix small typo in type-converter.adoc new 7d58232 Merge pull request #3122 from omarsmak/patch-1 2a51827 is described below commit 2a518270e80b50f123afb11814d1e6aa8e860f03 Author: Omar Al-Safi <omars...@gmail.com> AuthorDate: Fri Aug 23 15:15:46 2019 +0200 Fix small typo in type-converter.adoc --- docs/user-manual/modules/ROOT/pages/type-converter.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/type-converter.adoc b/docs/user-manual/modules/ROOT/pages/type-converter.adoc index bc8438a..a475726 100644 --- a/docs/user-manual/modules/ROOT/pages/type-converter.adoc +++ b/docs/user-manual/modules/ROOT/pages/type-converter.adoc @@ -132,7 +132,7 @@ Camel will automatic discover and load type converters from all the JARs in the Camel will search the classpath for a file called `META-INF/services/org/apache/camel/TypeConverterLoader`, which lists -all type converter loader classes (they are automatic source code generated by the `camel-apt` compilter plugin). +all type converter loader classes (they are automatic source code generated by the `camel-apt` compiler plugin). These _loader_ classes will load the type converters into the Camel type converter registry and invoking these type converters is done in a _fast way_ using standard java method calls.