From b1777f8d1f78d1bfa63bdf8dbf62559ab93660e8 Mon Sep 17 00:00:00 2001 From: Shivang Shandilya <101946115+ShivangShandilya@users.noreply.github.com> Date: Sat, 9 Sep 2023 22:26:53 +0530 Subject: [PATCH] Update docs/content/en/docs/implementing/otel.md Co-authored-by: Meg McRoberts Signed-off-by: Shivang Shandilya <101946115+ShivangShandilya@users.noreply.github.com> --- docs/content/en/docs/implementing/otel.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/en/docs/implementing/otel.md b/docs/content/en/docs/implementing/otel.md index 76b1d1f4be2..03192d3f4d3 100644 --- a/docs/content/en/docs/implementing/otel.md +++ b/docs/content/en/docs/implementing/otel.md @@ -118,7 +118,8 @@ use the following commands. Use similar commands if you define a different configuration:: > **Note** -Make sure you have cloned the `lifecycle-toolkit` repository and have `cd`ed into the correct directory (`examples/support/observability`) before running the below commands. +You must clone the `lifecycle-toolkit` repository and `cd` into the correct directory +(`examples/support/observability`) before running the following commands. ```shell kubectl create namespace monitoring