From 75471b414aeed1b6d27d5e76a3fe4b366aa5d226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Thallis?= Date: Sat, 2 Dec 2023 13:23:31 -0300 Subject: [PATCH] Remove extra comma (#3638) --- content/en/docs/demo/services/feature-flag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/demo/services/feature-flag.md b/content/en/docs/demo/services/feature-flag.md index b9d23a92ff4e..b39bbd900b53 100644 --- a/content/en/docs/demo/services/feature-flag.md +++ b/content/en/docs/demo/services/feature-flag.md @@ -19,7 +19,7 @@ In order to set up OpenTelemetry instrumentation for [Phoenix](https://github.com/open-telemetry/opentelemetry-erlang-contrib/tree/main/instrumentation/opentelemetry_phoenix/), and [Ecto](https://github.com/open-telemetry/opentelemetry-erlang-contrib/tree/main/instrumentation/opentelemetry_ecto/), -, we need to call the setup methods of their instrumentation packages before +we need to call the setup methods of their instrumentation packages before starting the Supervisor. This is done in the `application.ex` as follows: