From 42594a1bd0b7616d9ad03fa62fef5b4895b8da54 Mon Sep 17 00:00:00 2001 From: TotomiEcio <63461656+TotomiEcio@users.noreply.github.com> Date: Fri, 24 Mar 2023 13:32:31 -0300 Subject: [PATCH] Typo in getting-started.md (#3931) Co-authored-by: Tyler Yahn --- website_docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website_docs/getting-started.md b/website_docs/getting-started.md index 8c8c567ec..c8327f133 100644 --- a/website_docs/getting-started.md +++ b/website_docs/getting-started.md @@ -190,7 +190,7 @@ With the imports added, you can start instrumenting. The OpenTelemetry Tracing API provides a [`Tracer`] to create traces. These [`Tracer`]s are designed to be associated with one instrumentation library. That way telemetry they produce can be understood to come from that part of a code -base. To uniquely identify your application to the [`Tracer`] you will use +base. To uniquely identify your application to the [`Tracer`] you will create a constant with the package name in `app.go`. ```go