From 77bde2742d4cf500728548fd629903809e410e77 Mon Sep 17 00:00:00 2001 From: Stefan Freitag Date: Thu, 16 May 2024 06:17:16 +0200 Subject: [PATCH] docs: fix typo in header --- content/ecsanywhere/observability/otel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ecsanywhere/observability/otel.md b/content/ecsanywhere/observability/otel.md index 5e908b8..127672a 100644 --- a/content/ecsanywhere/observability/otel.md +++ b/content/ecsanywhere/observability/otel.md @@ -15,7 +15,7 @@ AWS Distro for OpenTelemetry Collector(AWS OTel Collector) is a AWS supported ve aws ecs update-cluster-settings --cluster $CLUSTER_NAME --settings name=containerInsights,value=enabled ``` -## Lanch the OTEL task +## Launch the OTEL task Let's take a look at the OTEL task we are creating to better understand what is going on. There is 4 containers in here