This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.20.x by this push:
new db9b5fdfa0d Update publish-subscribe-channel.adoc
db9b5fdfa0d is described below
commit db9b5fdfa0d90bcf80b7a09823cf525a5cd8497e
Author: Oscar Galindo <[email protected]>
AuthorDate: Fri Jan 20 11:11:02 2023 +0100
Update publish-subscribe-channel.adoc
Simple typo
---
.../src/main/docs/modules/eips/pages/publish-subscribe-channel.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/camel-core-engine/src/main/docs/modules/eips/pages/publish-subscribe-channel.adoc
b/core/camel-core-engine/src/main/docs/modules/eips/pages/publish-subscribe-channel.adoc
index 10dd971fc37..7af9ebf2959 100644
---
a/core/camel-core-engine/src/main/docs/modules/eips/pages/publish-subscribe-channel.adoc
+++
b/core/camel-core-engine/src/main/docs/modules/eips/pages/publish-subscribe-channel.adoc
@@ -23,7 +23,7 @@ TIP: See also the related
xref:point-to-point-channel.adoc[Point to Point Channe
== Example
-The following example demonstrates publish sbuscriber messaging using
+The following example demonstrates publish subscriber messaging using
the xref:ROOT:jms-component.adoc[JMS] component with JMS topics:
[source,java]