Skip to content

Commit 13c2d41

Browse files
authored
Update getting-started.md (#4969)
1 parent 9762aac commit 13c2d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/languages/erlang/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ plug Plug.Telemetry, event_prefix: [:phoenix, :endpoint]
103103

104104
We also need to configure the `opentelemetry` application as temporary by adding
105105
a `releases` section to your project configuration. This will ensure that if it
106-
terminates, even abnormally, the `roll_dice` application will be terminated.
106+
terminates, even abnormally, the `roll_dice` application will not be terminated.
107107

108108
```elixir
109109
# mix.exs

0 commit comments

Comments
 (0)