You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2023/04/04 14:56:08 UTC

[camel-website] 11/11: Fixed a typo

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit acd174bb57323b5e73610a7ee50acb3b10063870
Author: Marcin Grzejszczak <mg...@vmware.com>
AuthorDate: Tue Apr 4 12:06:00 2023 +0200

    Fixed a typo
---
 content/blog/2023/04/camel-observation/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2023/04/camel-observation/index.md b/content/blog/2023/04/camel-observation/index.md
index c1d4b643..81c09d08 100644
--- a/content/blog/2023/04/camel-observation/index.md
+++ b/content/blog/2023/04/camel-observation/index.md
@@ -44,7 +44,7 @@ registry.observationConfig().observationHandler(new DefaultTracingObservationHan
 - <2> - for metrics a `MeterRegistry` is needed. Check the [docs](https://micrometer.io/docs/concepts) on more information on how to wotk with Micrometer
 - <3> - an `ObservationRegistry` is required to create `Observation`. Check the [docs](https://micrometer.io/docs/observation) on more information on how to set it up
 - <4> - to add capabilities to `ObservationRegistry` one needs to add handlers. Here you have an example of a handler for metrics
-- <5> - Here you have an example of a handler for tracing. This is a basic sample, for moew information check this [part of the docs](https://micrometer.io/docs/tracing#_handler_configuration)
+- <5> - Here you have an example of a handler for tracing. This is a basic sample, for more information check this [part of the docs](https://micrometer.io/docs/tracing#_handler_configuration)
 
 ## How does Micrometer Observation work with Camel?