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 7cf40fd Fixed minor typo
7cf40fd is described below
commit 7cf40fd4735e0a9d624fde04dcf594f2f10ada7a
Author: Piotr Stürmer <[email protected]>
AuthorDate: Wed Dec 2 08:38:41 2020 +0100
Fixed minor typo
---
docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
b/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
index cc6d7bb..8c2e8f4 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
@@ -570,7 +570,7 @@ as property placeholders are already supported via Camel
Main, Camel Spring Boot
=== camel-test
-If you are using camel-test and override the `createRegistry` method, for
example to register beans from the `JndiRegisty` class, then this is no longer
necessary, and instead
+If you are using camel-test and override the `createRegistry` method, for
example to register beans from the `JndiRegistry` class, then this is no longer
necessary, and instead
you should just use the `bind` method from the `Registry` API which you can
call directly from `CamelContext`, such as:
context.getRegistry().bind("myId", myBean);