From ff5d9dd787c3c7070344e04283db6de0bf087715 Mon Sep 17 00:00:00 2001 From: Azal Khaled <56312360+Akhaled19@users.noreply.github.com> Date: Thu, 16 Nov 2023 01:26:59 -0500 Subject: [PATCH] Update content/en/docs/instrumentation/cpp/getting-started-new.md Co-authored-by: Severin Neumann --- content/en/docs/instrumentation/cpp/getting-started-new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/instrumentation/cpp/getting-started-new.md b/content/en/docs/instrumentation/cpp/getting-started-new.md index 93bed4039793..6b8e8f6da79e 100644 --- a/content/en/docs/instrumentation/cpp/getting-started-new.md +++ b/content/en/docs/instrumentation/cpp/getting-started-new.md @@ -79,7 +79,7 @@ cd openTelemetry-cpp 3. Create a build directory: -It's a good practice to create a seperate directory for the build files to keep your source directory clean. +It's a good practice to create a separate directory for the build files to keep your source directory clean. ```bash mkdir build