From 3c14bf28ce86cb6a1f7ba628be190d47da1054cf Mon Sep 17 00:00:00 2001 From: KaFai Date: Tue, 6 Aug 2024 20:47:09 +0800 Subject: [PATCH] Update getting-started.md fix typo about roll_dice application won't be terminated if opentelemetry terminate in erlang getting-started.md --- content/en/docs/languages/erlang/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/languages/erlang/getting-started.md b/content/en/docs/languages/erlang/getting-started.md index 5bb6139a4f1d..eaa91429d88b 100644 --- a/content/en/docs/languages/erlang/getting-started.md +++ b/content/en/docs/languages/erlang/getting-started.md @@ -103,7 +103,7 @@ plug Plug.Telemetry, event_prefix: [:phoenix, :endpoint] We also need to configure the `opentelemetry` application as temporary by adding a `releases` section to your project configuration. This will ensure that if it -terminates, even abnormally, the `roll_dice` application will be terminated. +terminates, even abnormally, the `roll_dice` application will not be terminated. ```elixir # mix.exs