From bb10f59e177397bd058800fdde86dfdbc21c9744 Mon Sep 17 00:00:00 2001 From: wunder957 Date: Wed, 8 Nov 2023 14:25:00 +0800 Subject: [PATCH] Fix typo (#98) --- docs/how-to/intergration-with-otel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/intergration-with-otel.md b/docs/how-to/intergration-with-otel.md index 5e4eb09..4841ae4 100644 --- a/docs/how-to/intergration-with-otel.md +++ b/docs/how-to/intergration-with-otel.md @@ -4,7 +4,7 @@ `duetector` support integration with OpenTelemetry. Through [otel collector](../../duetector/collectors/otel.py), we can export traces to any backend supported by OpenTelemetry. -## Deploy a bancend +## Deploy a backend **If you already have a backend and familiar with OpenTelemetry, you can skip this section.**