This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 6dfef1d76bee42eb69096573ec043d47d2212a82 Author: Otavio R. Piske <angusyo...@gmail.com> AuthorDate: Sun Feb 25 14:38:22 2024 +0100 CAMEL-20459: documentation fixes for the message expiration EIP. Signed-off-by: Otavio R. Piske <angusyo...@gmail.com> --- .../src/main/docs/modules/eips/pages/message-expiration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/message-expiration.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/message-expiration.adoc index 89245a93ecb..bf084ea03f4 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/message-expiration.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/message-expiration.adoc @@ -14,7 +14,7 @@ Set the Message Expiration to specify a time limit how long the message is viabl Message expiration is supported by some Camel components such as xref:ROOT:jms-component.adoc[JMS], which uses _time-to-live_ to specify for how long the message is valid. -IMPORTANT: When using message expiration then mind about keeping clock's synchronized among the systems. +IMPORTANT: When using message expiration, then mind about keeping the systems clocks' synchronized among the systems. == Example