From 35b138db940539abffa818f03843592aad7d3969 Mon Sep 17 00:00:00 2001 From: Donny <130464015+defitricks@users.noreply.github.com> Date: Fri, 22 Nov 2024 06:42:33 +0200 Subject: [PATCH] Fix minor stylistic issue in tracing documentation (#7901) This pull request addresses a minor stylistic improvement in the documentation. Signed-off-by: Donny <130464015+defitricks@users.noreply.github.com> Co-authored-by: Sally MacFarlane --- docs/tracing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tracing/README.md b/docs/tracing/README.md index 3a3f9fa435..798496cfd4 100644 --- a/docs/tracing/README.md +++ b/docs/tracing/README.md @@ -2,7 +2,7 @@ Hyperledger Besu integrates with the [open-telemetry](https://opentelemetry.io/) project to integrate tracing reporting. -This allows to report all JSON-RPC traffic as traces. +This allows reporting all JSON-RPC traffic as traces. To try out this example, start the Open Telemetry Collector and the Zipkin service with: