From 5498c7aadb0457ad94dafae0940b5e01fdf71c1b Mon Sep 17 00:00:00 2001 From: liupengfei Date: Wed, 1 Jun 2022 10:08:14 +0800 Subject: [PATCH] docs: fix typo --- website_docs/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website_docs/manual.md b/website_docs/manual.md index 5ea73dc3394..ea88547e0d5 100644 --- a/website_docs/manual.md +++ b/website_docs/manual.md @@ -11,7 +11,7 @@ Instrumentation is the process of adding observability code to your application. To create spans, you'll need to acquire or initialize a tracer first. -### Initiallizing a new tracer +### Initializing a new tracer Ensure you have the right packages installed: