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